mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
This allows projects added via `include_external_msproject` to compile the preferred configuration despite different naming conventions.
4 lines
192 B
CMake
4 lines
192 B
CMake
include_external_msproject(external external.project
|
|
GUID aaa-bbb-ccc-000)
|
|
set_target_properties(external PROPERTIES MAP_IMPORTED_CONFIG_RELEASE "Custom - Release")
|