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

CMakeLists.txt « local_ads - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60600a09268f2198cfb3318df22461bdf49dc8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
project(local_ads)

include_directories(
  ${OMIM_ROOT}/3party/jansson/src
)

set(
  SRC
  campaign.hpp
  campaign_serialization.cpp
  campaign_serialization.hpp
  config.hpp
  event.cpp
  event.hpp
  file_helpers.cpp
  file_helpers.hpp
  icons_info.cpp
  icons_info.hpp
  statistics.cpp
  statistics.hpp
)

omim_add_library(${PROJECT_NAME} ${SRC})

omim_add_pybindings_subdirectory(pylocal_ads)
omim_add_test_subdirectory(local_ads_tests)