mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-29 07:22:24 +00:00
15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
|
|
project
|
|
: requirements <library>../../build/boost_date_time
|
|
;
|
|
|
|
exe dates_as_strings : dates_as_strings.cpp ;
|
|
exe end_of_month_day : end_of_month_day.cpp ;
|
|
exe period_calc : period_calc.cpp ;
|
|
exe days_alive : days_alive.cpp ;
|
|
exe print_holidays : print_holidays.cpp ;
|
|
exe days_since_year_start : days_since_year_start.cpp ;
|
|
exe print_month : print_month.cpp ;
|
|
exe days_till_new_year : days_till_new_year.cpp ;
|
|
exe date_localization : localization.cpp ;
|
|
|