Files
CMake/Tests/RunCMake/install/TARGETS-RUNTIME_DEPENDENCY_SET-RUNTIME_DEPENDENCIES-conflict.cmake
2021-06-04 08:52:02 -04:00

8 lines
124 B
CMake

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