2012-06-27 20:52:58 +03:00
|
|
|
include(RunCMake)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
|
|
|
|
|
|
|
|
run_cmake(CustomGuid)
|
|
|
|
run_cmake(CustomTypePlatform)
|
|
|
|
run_cmake(CustomGuidTypePlatform)
|
2017-07-20 19:35:53 +02:00
|
|
|
run_cmake(CustomConfig)
|
2020-08-30 11:54:41 +02:00
|
|
|
|
|
|
|
if(RunCMake_GENERATOR MATCHES "Visual Studio ([^9]|9[0-9])")
|
|
|
|
run_cmake(SkipGetTargetFrameworkProperties)
|
|
|
|
endif()
|