Files
CMake/Tests/RunCMake/GenEx-COMPILE_LANG_AND_ID/RunCMakeTest.cmake
Brad King a95cbf3890 Tests: Shorten RunCMake.GenEx-* case names
Reduce the length of the longest path on disk needed by the tests.
2021-06-25 11:29:46 -04:00

12 lines
243 B
CMake

include(RunCMake)
run_cmake(add_custom_target)
run_cmake(add_custom_command)
run_cmake(install)
run_cmake(target_sources)
run_cmake(add_executable)
run_cmake(add_library)
run_cmake(add_test)
run_cmake(unknown-lang)
run_cmake(TARGET_PROPERTY)