RunCMakeTest.cmake 298 B

1234567891011
  1. include(RunCMake)
  2. include(${CMAKE_CURRENT_LIST_DIR}/check_utils.cmake)
  3. run_cmake(CustomGuid)
  4. run_cmake(CustomTypePlatform)
  5. run_cmake(CustomGuidTypePlatform)
  6. run_cmake(CustomConfig)
  7. if(RunCMake_GENERATOR MATCHES "Visual Studio ([^9]|9[0-9])")
  8. run_cmake(SkipGetTargetFrameworkProperties)
  9. endif()