diff --git a/CMakeLists.txt b/CMakeLists.txt index 31146a5..9a994d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) +