mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
8 lines
133 B
CMake
8 lines
133 B
CMake
|
|
enable_language(C)
|
|
|
|
add_library(lib empty.c)
|
|
|
|
add_executable(empty empty.c)
|
|
target_link_libraries(empty PRIVATE $<DEVICE_LINK:lib>)
|