cmake/Tests/RunCMake/TargetSources/RunCMakeTest.cmake

23 lines
639 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)
2021-09-14 00:13:48 +02:00
run_cmake(AddCustomTargetPublicSources)
run_cmake(AddCustomTargetPrivateSources)
run_cmake(AddCustomTargetInterfaceSources)
run_cmake(AddCustomTargetSources)
run_cmake(AddCustomTargetCheckProperty)
run_cmake(AddCustomTargetGenx)