Files
CMake/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/RunCMakeTest.cmake
T
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

8 lines
168 B
CMake

include(RunCMake)
run_cmake(shared)
run_cmake(static)
run_cmake(target_link_libraries)
run_cmake(target_link_libraries-cycle1)
run_cmake(target_link_libraries-cycle2)