cmake/Tests/RunCMake/install/TARGETS-RUNTIME_DEPENDENCY_SET-RUNTIME_DEPENDENCIES-conflict.cmake
2021-09-14 00:13:48 +02:00

8 lines
124 B
CMake

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