1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-17 13:32:08 -05:00

1 Commits

Author SHA1 Message Date
Tony Wang
ee34810b11 Update CMakeLists.txt (#48)
* Update CMakeLists.txt

* Upgrade date to v3.0.4
2025-10-14 17:39:51 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ add_library(${PROJECT_NAME}
src/Task.cpp)
target_include_directories(${PROJECT_NAME}
PRIVATE ${CMAKE_CURRENT_LIST_DIR}/externals/date/include
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/externals/date/include
PUBLIC include)
if(NOT MSVC)