azure-sdk-for-c
azure-sdk-for-c copied to clipboard
Map file generation in cmake 3.10
Current map file generation uses add_link_options which is only available in cmake >= 3.13. To get map files generating in cmake 3.10 the linker options will have to be provided a different way.