aboutsummaryrefslogtreecommitdiffstats
path: root/geobase/library/abi/CMakeLists.windows-x86_64.txt
blob: 9c18e158b2f89ea19210956227b87f6d06db1352 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(geobase-library-abi)
target_compile_options(geobase-library-abi PRIVATE
  $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
)
target_include_directories(geobase-library-abi PRIVATE
  ${CMAKE_SOURCE_DIR}/geobase/user-settings/include
)
target_link_libraries(geobase-library-abi PUBLIC
  contrib-libs-cxxsupp
  yutil
  contrib-libs-cctz
  geobase-library-city_id_calc
  geobase-library-dispute_regs
  geobase-library-utils
  geobase-user-settings
  library-cpp-geohash
  library-cpp-json
  cpp-reverse_geocoder-core
)
target_sources(geobase-library-abi PRIVATE
  ${CMAKE_SOURCE_DIR}/geobase/library/asset.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/as_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/binary_reader.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/binary_format_internals.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/borders_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/ipreg_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/ipreg_isp_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/ipreg_traits_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/isp_names_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/fake_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/lookup_impl.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/lookup_impl_impl.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/region_type.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/regions_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/region_types_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/region_fields_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/regions_locale_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/resource_base.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/structs_impl.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/timezone_getter_impl.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/tor_resource.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/v4.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/v6.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/vp_point_distance.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/vp_tree.cpp
  ${CMAKE_SOURCE_DIR}/geobase/library/vp_tree_search.cpp
)