RunCMakeTest.cmake 329 B

123456789101112
  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. run_cmake(VSCSharpReference)
  10. endif()