azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
The template package (and its CMakeList) needs to be the starting point of SDK authors, and match existing SDK formats
The goal is to have SDK authors (or code generation) start with taking the template package as a starting point, as is.
The package is currently missing the feature around AZ_ALL_LIBRARIES that is present in other packages:
https://github.com/Azure/azure-sdk-for-cpp/blob/6d102d09ae416cb137c99fe11e1a21fced793eb3/sdk/keyvault/azure-security-keyvault-secrets/CMakeLists.txt#L19-L24
https://github.com/Azure/azure-sdk-for-cpp/blob/6d102d09ae416cb137c99fe11e1a21fced793eb3/sdk/template/azure-template/CMakeLists.txt#L12-L18
cc @gearama