Files
CMake/Tests/RunCMake/include_external_msproject/CustomConfig.cmake
Brad King 7c284f4278 VS: Fix SLNX with multiple solution-to-project configuration mappings
Filter each mapping to apply only to its intended solution-wide config.

Fixes: #27385
2025-11-13 12:01:51 -05:00

8 lines
324 B
CMake

include_external_msproject(external external.project
GUID aaa-bbb-ccc-000)
set_target_properties(external PROPERTIES
MAP_IMPORTED_CONFIG_RELEASE "Custom - Release"
MAP_IMPORTED_CONFIG_MINSIZEREL "Custom - MinSizeRel"
MAP_IMPORTED_CONFIG_RELWITHDEBINFO "Custom - RelWithDebInfo"
)