cmake/Tests/RunCMake/install/TARGETS-EXCLUDE_FROM_ALL.cmake

6 lines
225 B
CMake
Raw Normal View History

2016-07-09 11:21:54 +02:00
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)