2015-04-27 22:25:09 +02:00
|
|
|
include(RunCMake)
|
|
|
|
|
|
|
|
run_cmake(cache_properties)
|
|
|
|
run_cmake(directory_properties)
|
|
|
|
run_cmake(global_properties)
|
|
|
|
run_cmake(install_properties)
|
|
|
|
run_cmake(source_properties)
|
|
|
|
run_cmake(target_properties)
|
|
|
|
run_cmake(test_properties)
|
2015-08-17 11:37:30 +02:00
|
|
|
run_cmake(DebugConfigurations)
|
2015-11-17 17:22:37 +01:00
|
|
|
|
|
|
|
run_cmake(MissingArgument)
|
|
|
|
run_cmake(GlobalName)
|
|
|
|
run_cmake(BadTest)
|
|
|
|
run_cmake(BadTarget)
|
|
|
|
run_cmake(BadScope)
|
|
|
|
run_cmake(BadDirectory)
|
|
|
|
run_cmake(BadArgument)
|
|
|
|
run_cmake(VariableName)
|
|
|
|
run_cmake(NoTest)
|
|
|
|
run_cmake(NoTarget)
|
|
|
|
run_cmake(NoSource)
|
|
|
|
run_cmake(NoProperty)
|
|
|
|
run_cmake(NoCache)
|