blob: e420b5b137e8772c84b3d9c23822ad24c6904b5c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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)
run_cmake(DebugConfigurations)
|