aboutsummaryrefslogtreecommitdiffstats
path: root/geobase/library/abi/CMakeLists.windows-x86_64.txt
diff options
context:
space:
mode:
authorvvvv <vvvv@ydb.tech>2023-07-31 18:21:04 +0300
committervvvv <vvvv@ydb.tech>2023-07-31 18:21:04 +0300
commitdec41c40e51aa407edef81a3c566a5a15780fc49 (patch)
tree4f197b596b32f35eca368121f0dff913419da9af /geobase/library/abi/CMakeLists.windows-x86_64.txt
parent3ca8b54c96e09eb2b65be7f09675623438d559c7 (diff)
downloadydb-dec41c40e51aa407edef81a3c566a5a15780fc49.tar.gz
YQL-16239 Move purecalc to public
Diffstat (limited to 'geobase/library/abi/CMakeLists.windows-x86_64.txt')
-rw-r--r--geobase/library/abi/CMakeLists.windows-x86_64.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/geobase/library/abi/CMakeLists.windows-x86_64.txt b/geobase/library/abi/CMakeLists.windows-x86_64.txt
new file mode 100644
index 0000000000..9c18e158b2
--- /dev/null
+++ b/geobase/library/abi/CMakeLists.windows-x86_64.txt
@@ -0,0 +1,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
+)