mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
5 lines
119 B
CMake
5 lines
119 B
CMake
|
|
enable_language(C)
|
|
add_executable(empty empty.c)
|
|
target_include_directories(empty PRIVATE $<$<LINK_LANGUAGE:C>:/DIR>)
|