You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/install/FILES-EXCLUDE_FROM_ALL.cmake

4 lines
174 B

install(FILES main.c DESTINATION src-all)
install(FILES main.c DESTINATION src-uns EXCLUDE_FROM_ALL)
install(FILES main.c DESTINATION src-exc EXCLUDE_FROM_ALL COMPONENT exc)