diff options
author | vvvv <vvvv@ydb.tech> | 2023-07-31 18:21:04 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-07-31 18:21:04 +0300 |
commit | dec41c40e51aa407edef81a3c566a5a15780fc49 (patch) | |
tree | 4f197b596b32f35eca368121f0dff913419da9af /library/cpp/ipreg/CMakeLists.windows-x86_64.txt | |
parent | 3ca8b54c96e09eb2b65be7f09675623438d559c7 (diff) | |
download | ydb-dec41c40e51aa407edef81a3c566a5a15780fc49.tar.gz |
YQL-16239 Move purecalc to public
Diffstat (limited to 'library/cpp/ipreg/CMakeLists.windows-x86_64.txt')
-rw-r--r-- | library/cpp/ipreg/CMakeLists.windows-x86_64.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/library/cpp/ipreg/CMakeLists.windows-x86_64.txt b/library/cpp/ipreg/CMakeLists.windows-x86_64.txt new file mode 100644 index 0000000000..05b000b7da --- /dev/null +++ b/library/cpp/ipreg/CMakeLists.windows-x86_64.txt @@ -0,0 +1,53 @@ + +# 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. + + +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) +get_built_tool_path( + TOOL_enum_parser_bin + TOOL_enum_parser_dependency + tools/enum_parser/enum_parser + enum_parser +) + +add_library(library-cpp-ipreg) +target_link_libraries(library-cpp-ipreg PUBLIC + contrib-libs-cxxsupp + yutil + cpp-getopt-small + library-cpp-json + library-cpp-geobase + library-cpp-int128 + tools-enum_parser-enum_serialization_runtime +) +target_sources(library-cpp-ipreg PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/address.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/checker.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/merge.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/range.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/reader.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/sources.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/split.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/stopwatch.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/writer.cpp + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/util_helpers.cpp +) +generate_enum_serilization(library-cpp-ipreg + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/address.h + INCLUDE_HEADERS + library/cpp/ipreg/address.h +) +generate_enum_serilization(library-cpp-ipreg + ${CMAKE_SOURCE_DIR}/library/cpp/ipreg/sources.h + INCLUDE_HEADERS + library/cpp/ipreg/sources.h +) |