mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
7c284f4278
Filter each mapping to apply only to its intended solution-wide config. Fixes: #27385
8 lines
324 B
CMake
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"
|
|
)
|