azure-sdk-for-cpp icon indicating copy to clipboard operation
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

Open ahsonkhan opened this issue 3 years ago • 0 comments

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

ahsonkhan avatar Jun 27 '22 18:06 ahsonkhan