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

Work on DST handling.

This commit is contained in:
Per Malmberg
2018-03-13 00:46:03 +01:00
parent 5d60fa7133
commit e99b049d2b
8 changed files with 411 additions and 290 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.6)
set(OUTPUT_LOCATION ${CMAKE_CURRENT_LIST_DIR}/out/)
add_subdirectory(libcron)
add_subdirectory(test)
add_dependencies(cron_test libcron)
add_dependencies(cron_test libcron)