Files
cmake/Tests/RunCMake/install/TARGETS-RDS-RUNTIME_DEPENDENCIES-conflict.cmake
Ben Boeckel e5e4616a56 Tests/RunCMake/install: split into variants
To keep individual test times down.

Also rename some tests to be shorter named to avoid path length issues
on Windows.
2026-06-22 21:19:24 -04:00

8 lines
124 B
CMake

enable_language(C)
add_executable(exe main.c)
install(TARGETS exe
RUNTIME_DEPENDENCY_SET deps
RUNTIME_DEPENDENCIES
)