Files
CMake/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS/target_link_libraries-cycle1.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

5 lines
116 B
CMake

enable_language(C)
add_library(lib1 SHARED lib1.c)
target_link_libraries(lib1 PRIVATE $<TARGET_RUNTIME_DLLS:lib1>)