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

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

set(
  SRC
  serdes_tests.cpp
  serdes_json_tests.cpp
)

omim_add_test(${PROJECT_NAME} ${SRC})
omim_link_libraries(
  ${PROJECT_NAME}
  ugc
  jansson
  indexer
  platform
  coding
  geometry
  base
  stats_client
  ${LIBZ}
)
link_qt5_core(${PROJECT_NAME})