aboutsummaryrefslogtreecommitdiffstats
path: root/geobase/library/api/CMakeLists.darwin-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/api/CMakeLists.darwin-x86_64.txt
parent3ca8b54c96e09eb2b65be7f09675623438d559c7 (diff)
downloadydb-dec41c40e51aa407edef81a3c566a5a15780fc49.tar.gz
YQL-16239 Move purecalc to public
Diffstat (limited to 'geobase/library/api/CMakeLists.darwin-x86_64.txt')
-rw-r--r--geobase/library/api/CMakeLists.darwin-x86_64.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/geobase/library/api/CMakeLists.darwin-x86_64.txt b/geobase/library/api/CMakeLists.darwin-x86_64.txt
new file mode 100644
index 0000000000..e7d1812621
--- /dev/null
+++ b/geobase/library/api/CMakeLists.darwin-x86_64.txt
@@ -0,0 +1,25 @@
+
+# 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-api)
+target_compile_options(geobase-library-api PRIVATE
+ $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
+)
+target_link_libraries(geobase-library-api PUBLIC
+ contrib-libs-cxxsupp
+ yutil
+ geobase-library-abi
+)
+target_sources(geobase-library-api PRIVATE
+ ${CMAKE_SOURCE_DIR}/geobase/library/lookup.cpp
+ ${CMAKE_SOURCE_DIR}/geobase/library/lookup_wrapper.cpp
+ ${CMAKE_SOURCE_DIR}/geobase/library/service_getter.cpp
+ ${CMAKE_SOURCE_DIR}/geobase/library/timezone_getter.cpp
+ ${CMAKE_SOURCE_DIR}/geobase/library/known_tz_list.cpp
+)