blob: 47dac349f03899c801c4a875f718004025d6c03b (
plain)
1
2
3
4
5
6
7
|
include(RunCMake)
include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
run_cmake(CustomGuid)
run_cmake(CustomTypePlatform)
run_cmake(CustomGuidTypePlatform)
run_cmake(CustomConfig)
|