7 lines
158 B
CMake
7 lines
158 B
CMake
|
include(RunCMake)
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
|
||
|
|
||
|
run_cmake(CustomGuid)
|
||
|
run_cmake(CustomTypePlatform)
|
||
|
run_cmake(CustomGuidTypePlatform)
|