Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « opening_hours_tests « opening_hours « 3party - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3542e055c29c7577d8111b00ac56158cd9442578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(OPENING_HOURS_INCLUDE ../opening_hours)

include_directories(${PROJECT_SOURCE_DIR})


set(
    SRC
    opening_hours_tests.cpp
)

add_executable(opening_hours_tests ${SRC})
omim_link_libraries(opening_hours_tests base opening_hours)