Adding Persian/Jalali/Solar-Hijri calendar

This commit is contained in:
Asad. Gharighi
2020-01-27 13:30:24 +03:30
committed by Howard Hinnant
parent 9a0ee25428
commit 9cc3a7bca1
4 changed files with 3549 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ target_include_directories( date INTERFACE
target_sources( date INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include>$<INSTALL_INTERFACE:include>/date/date.h
# the rest of these are not currently part of the public interface of the library:
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/date/solar_hijri.h>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/date/islamic.h>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/date/iso_week.h>
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/date/julian.h>