mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
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)
|