Added INSTALL commands (#788)

Added INSTALL commands - this is especially useful when adding dependencies (such as CATCH) by using the ExternalProject_Add command
This commit is contained in:
Saad K 2017-01-31 14:22:45 -05:00 committed by Martin Hořeňovský
parent 50c95a0143
commit 7dd4f2977a
1 changed files with 2 additions and 0 deletions

View File

@ -258,3 +258,5 @@ set_tests_properties(ListTests PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ test c
add_test(NAME ListTags COMMAND SelfTest --list-tags)
set_tests_properties(ListTags PROPERTIES PASS_REGULAR_EXPRESSION "[0-9]+ tags")
install(DIRECTORY "single_include/" DESTINATION "include/catch/")