summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/TARGETS-RUNTIME_DEPENDENCY_SET-RUNTIME_DEPENDENCIES-conflict.cmake
blob: f373b3b396bdadbc1151ea9a6564943e6aab0de4 (plain)
1
2
3
4
5
6
7
enable_language(C)

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