
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")
|