mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
To keep individual test times down. Also rename some tests to be shorter named to avoid path length issues on Windows.
8 lines
124 B
CMake
8 lines
124 B
CMake
enable_language(C)
|
|
|
|
add_executable(exe main.c)
|
|
install(TARGETS exe
|
|
RUNTIME_DEPENDENCY_SET deps
|
|
RUNTIME_DEPENDENCIES
|
|
)
|