mirror of
https://github.com/PerMalmberg/libcron.git
synced 2024-11-21 01:10:59 +08:00
[+] CMakeLists.txt: Add install phase. (#23)
This commit is contained in:
parent
e91a51afc1
commit
d4679b7c3c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user