summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/TARGETS-EXCLUDE_FROM_ALL.cmake
blob: 6fb2036a6ee9acbf70966e4303e0b2277a90ceef (plain)
1
2
3
4
5
enable_language(C)
add_executable(myexe main.c)
install(TARGETS myexe DESTINATION bin-all)
install(TARGETS myexe DESTINATION bin-uns EXCLUDE_FROM_ALL)
install(TARGETS myexe DESTINATION bin-exc EXCLUDE_FROM_ALL COMPONENT exc)