cmake/Tests/RunCMake/TargetSources/RunCMakeTest.cmake

17 lines
410 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
include(RunCMake)
2020-08-30 11:54:41 +02:00
if(RunCMake_GENERATOR STREQUAL "Xcode")
2015-04-27 22:25:09 +02:00
run_cmake(ConfigNotAllowed)
endif()
2018-04-23 21:13:27 +02:00
run_cmake(OriginDebug)
2015-04-27 22:25:09 +02:00
run_cmake(CMP0026-LOCATION)
2018-10-28 12:09:07 +01:00
run_cmake(CMP0076-OLD)
run_cmake(CMP0076-WARN)
2015-04-27 22:25:09 +02:00
run_cmake(RelativePathInInterface)
2018-10-28 12:09:07 +01:00
run_cmake(RelativePathInSubdirGenEx)
run_cmake(RelativePathInSubdirInterface)
run_cmake(RelativePathInSubdirPrivate)
run_cmake(RelativePathInSubdirInclude)
2015-04-27 22:25:09 +02:00
run_cmake(ExportBuild)