mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
16 lines
337 B
CMake
16 lines
337 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(wrong-usage1)
|
|
run_cmake(wrong-usage2)
|
|
run_cmake(wrong-usage3)
|
|
run_cmake(wrong-usage4)
|
|
run_cmake(file_generate)
|