mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 21:04:21 +00:00
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"
|
|
)
|