Skip to content

Commit

Permalink
[+] CMakeLists.txt: Add install phase. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
VergeDX authored Nov 22, 2021
1 parent e91a51a commit d4679b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ add_subdirectory(test)

add_dependencies(cron_test libcron)

install(TARGETS libcron DESTINATION lib)
install(DIRECTORY libcron/include/libcron DESTINATION include)
install(DIRECTORY libcron/externals/date/include/date DESTINATION include)

0 comments on commit d4679b7

Please sign in to comment.