Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
26
3party/opening_hours/CMakeLists.txt
Normal file
26
3party/opening_hours/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
project(opening_hours)
|
||||
|
||||
set(SRC
|
||||
opening_hours.hpp
|
||||
opening_hours.cpp
|
||||
opening_hours_parsers.hpp
|
||||
opening_hours_parsers_terminals.cpp
|
||||
parse_opening_hours.hpp
|
||||
parse_opening_hours.cpp
|
||||
parse_years.cpp
|
||||
parse_weekdays.cpp
|
||||
parse_weeks.cpp
|
||||
parse_timespans.cpp
|
||||
parse_months.cpp
|
||||
rules_evaluation_private.hpp
|
||||
rules_evaluation.hpp
|
||||
rules_evaluation.cpp
|
||||
)
|
||||
|
||||
omim_add_library(${PROJECT_NAME} ${SRC})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE .)
|
||||
|
||||
omim_add_test_subdirectory(opening_hours_tests)
|
||||
omim_add_test_subdirectory(opening_hours_integration_tests)
|
||||
omim_add_test_subdirectory(opening_hours_supported_features_tests)
|
||||
Loading…
Add table
Add a link
Reference in a new issue