mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
227de0b95d
This allows projects added via `include_external_msproject` to compile the preferred configuration despite different naming conventions.
8 lines
182 B
CMake
8 lines
182 B
CMake
include(RunCMake)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
|
|
|
|
run_cmake(CustomGuid)
|
|
run_cmake(CustomTypePlatform)
|
|
run_cmake(CustomGuidTypePlatform)
|
|
run_cmake(CustomConfig)
|