diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/netliba/v6 | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) | |
download | ydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz |
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/netliba/v6')
-rw-r--r-- | library/cpp/netliba/v6/ya.make | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/library/cpp/netliba/v6/ya.make b/library/cpp/netliba/v6/ya.make deleted file mode 100644 index bb9982356c..0000000000 --- a/library/cpp/netliba/v6/ya.make +++ /dev/null @@ -1,44 +0,0 @@ -LIBRARY() - -SRCS( - stdafx.cpp - udp_address.cpp - udp_client_server.cpp - udp_http.cpp - net_acks.cpp - udp_test.cpp - block_chain.cpp - net_test.cpp - udp_debug.cpp - udp_socket.cpp - net_queue_stat.h - ib_low.cpp - ib_buffers.cpp - ib_mem.cpp - ib_cs.cpp - ib_test.cpp - cpu_affinity.cpp - net_request.cpp - ib_collective.cpp - ib_memstream.cpp -) - -IF (OS_LINUX AND NOT CATBOOST_OPENSOURCE) - PEERDIR( - contrib/libs/ibdrv - ) -ENDIF() - -IF (CATBOOST_OPENSOURCE) - CFLAGS(-DCATBOOST_OPENSOURCE=yes) -ENDIF() - -PEERDIR( - library/cpp/binsaver - library/cpp/netliba/socket - library/cpp/string_utils/url - library/cpp/threading/atomic - library/cpp/threading/mux_event -) - -END() |