mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 02:45:05 +00:00
227de0b95d
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")
|