1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-18 05:45:20 -05:00

[+] 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

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)