mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
5 lines
116 B
CMake
5 lines
116 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 SHARED lib1.c)
|
|
target_link_libraries(lib1 PRIVATE $<TARGET_RUNTIME_DLLS:lib1>)
|