mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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)
|