aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/http
diff options
context:
space:
mode:
authordimdim11 <dimdim11@yandex-team.com>2023-11-24 11:12:03 +0300
committerdimdim11 <dimdim11@yandex-team.com>2023-11-24 11:52:17 +0300
commitc5284478af104d82c4d84a5d99bf0a51ecd2ca63 (patch)
tree1866d11e43f2a6edf6a248cbf4601319b2c18548 /library/cpp/actors/http
parentefe5b5f8d2da503eda4d172f6f2e85aac64ba6a6 (diff)
downloadydb-c5284478af104d82c4d84a5d99bf0a51ecd2ca63.tar.gz
Add env semantic
Diffstat (limited to 'library/cpp/actors/http')
-rw-r--r--library/cpp/actors/http/ut/CMakeLists.darwin-arm64.txt13
-rw-r--r--library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt14
-rw-r--r--library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt14
-rw-r--r--library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt16
-rw-r--r--library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt11
5 files changed, 0 insertions, 68 deletions
diff --git a/library/cpp/actors/http/ut/CMakeLists.darwin-arm64.txt b/library/cpp/actors/http/ut/CMakeLists.darwin-arm64.txt
index f9c9afac61..cef340e2b9 100644
--- a/library/cpp/actors/http/ut/CMakeLists.darwin-arm64.txt
+++ b/library/cpp/actors/http/ut/CMakeLists.darwin-arm64.txt
@@ -11,13 +11,6 @@ add_executable(library-cpp-actors-http-ut)
target_include_directories(library-cpp-actors-http-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/http
)
-target_link_libraries(library-cpp-actors-http-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- cpp-testing-unittest_main
- cpp-actors-http
- cpp-actors-testlib
-)
target_link_options(library-cpp-actors-http-ut PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
@@ -25,9 +18,6 @@ target_link_options(library-cpp-actors-http-ut PRIVATE
-framework
CoreFoundation
)
-target_sources(library-cpp-actors-http-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-http-ut
@@ -61,7 +51,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-http-ut
- system_allocator
-)
vcs_info(library-cpp-actors-http-ut)
diff --git a/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt
index 99677acae5..cef340e2b9 100644
--- a/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt
+++ b/library/cpp/actors/http/ut/CMakeLists.darwin-x86_64.txt
@@ -11,14 +11,6 @@ add_executable(library-cpp-actors-http-ut)
target_include_directories(library-cpp-actors-http-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/http
)
-target_link_libraries(library-cpp-actors-http-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-http
- cpp-actors-testlib
-)
target_link_options(library-cpp-actors-http-ut PRIVATE
-Wl,-platform_version,macos,11.0,11.0
-fPIC
@@ -26,9 +18,6 @@ target_link_options(library-cpp-actors-http-ut PRIVATE
-framework
CoreFoundation
)
-target_sources(library-cpp-actors-http-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-http-ut
@@ -62,7 +51,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-http-ut
- system_allocator
-)
vcs_info(library-cpp-actors-http-ut)
diff --git a/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt b/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt
index 8818e4418f..c7c67d7056 100644
--- a/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt
+++ b/library/cpp/actors/http/ut/CMakeLists.linux-aarch64.txt
@@ -11,14 +11,6 @@ add_executable(library-cpp-actors-http-ut)
target_include_directories(library-cpp-actors-http-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/http
)
-target_link_libraries(library-cpp-actors-http-ut PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- cpp-testing-unittest_main
- cpp-actors-http
- cpp-actors-testlib
-)
target_link_options(library-cpp-actors-http-ut PRIVATE
-ldl
-lrt
@@ -29,9 +21,6 @@ target_link_options(library-cpp-actors-http-ut PRIVATE
-lrt
-ldl
)
-target_sources(library-cpp-actors-http-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-http-ut
@@ -65,7 +54,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-http-ut
- cpp-malloc-jemalloc
-)
vcs_info(library-cpp-actors-http-ut)
diff --git a/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt
index 620f66ad00..c7c67d7056 100644
--- a/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt
+++ b/library/cpp/actors/http/ut/CMakeLists.linux-x86_64.txt
@@ -11,15 +11,6 @@ add_executable(library-cpp-actors-http-ut)
target_include_directories(library-cpp-actors-http-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/http
)
-target_link_libraries(library-cpp-actors-http-ut PUBLIC
- contrib-libs-linux-headers
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-http
- cpp-actors-testlib
-)
target_link_options(library-cpp-actors-http-ut PRIVATE
-ldl
-lrt
@@ -30,9 +21,6 @@ target_link_options(library-cpp-actors-http-ut PRIVATE
-lrt
-ldl
)
-target_sources(library-cpp-actors-http-ut PRIVATE
- ${CMAKE_SOURCE_DIR}/library/cpp/actors/http/http_ut.cpp
-)
set_property(
TARGET
library-cpp-actors-http-ut
@@ -66,8 +54,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-http-ut
- cpp-malloc-tcmalloc
- libs-tcmalloc-no_percpu_cache
-)
vcs_info(library-cpp-actors-http-ut)
diff --git a/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt b/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt
index 73603d626c..2ad6967c21 100644
--- a/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt
+++ b/library/cpp/actors/http/ut/CMakeLists.windows-x86_64.txt
@@ -11,14 +11,6 @@ add_executable(library-cpp-actors-http-ut)
target_include_directories(library-cpp-actors-http-ut PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/http
)
-target_link_libraries(library-cpp-actors-http-ut PUBLIC
- contrib-libs-cxxsupp
- yutil
- library-cpp-cpuid_check
- cpp-testing-unittest_main
- cpp-actors-http
- cpp-actors-testlib
-)
set_property(
TARGET
library-cpp-actors-http-ut
@@ -52,7 +44,4 @@ set_yunittest_property(
PROCESSORS
1
)
-target_allocator(library-cpp-actors-http-ut
- system_allocator
-)
vcs_info(library-cpp-actors-http-ut)