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

Change name of class and update API.

Add Howard Hinnats's date library.
This commit is contained in:
Per Malmberg
2018-03-09 01:17:46 -08:00
parent d19de56b4f
commit a6dd20d150
8 changed files with 8222 additions and 128 deletions

View File

@@ -4,8 +4,6 @@ project(cron_test)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wpedantic -fsanitize=address -lasan")
add_definitions(-DEXPOSE_PRIVATE_PARTS)
include_directories(
externals/Catch2/single_include/
..