blob: 196482422833d41240bf8c751d06205708640c56 (
plain)
1
2
3
4
5
6
7
8
9
|
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)
|