mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
a95cbf3890
Reduce the length of the longest path on disk needed by the tests.
5 lines
109 B
CMake
5 lines
109 B
CMake
|
|
enable_language(C)
|
|
add_executable(empty empty.c)
|
|
target_compile_definitions(empty PRIVATE $<HOST_LINK:DEF>)
|