[+] CMakeLists.txt: Add install phase. (#23)

This commit is contained in:
Vanilla 2021-11-22 18:07:19 +08:00 committed by GitHub
parent e91a51afc1
commit d4679b7c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)