We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2958b5 commit 2e6968bCopy full SHA for 2e6968b
src/facade/CMakeLists.txt
@@ -6,14 +6,15 @@ if (DF_USE_SSL)
6
target_compile_definitions(dfly_facade PRIVATE DFLY_USE_SSL)
7
endif()
8
9
-cxx_link(dfly_facade base uring_fiber_lib fibers_ext strings_lib http_server_lib
+cxx_link(dfly_facade base uring_fiber_lib fibers_ext strings_lib http_server_lib
10
${TLS_LIB} TRDP::mimalloc TRDP::dconv)
11
12
add_library(facade_test facade_test.cc)
13
cxx_link(facade_test dfly_facade gtest_main_ext)
14
15
cxx_test(memcache_parser_test dfly_facade LABELS DFLY)
16
cxx_test(redis_parser_test facade_test LABELS DFLY)
17
+cxx_test(reply_builder_test facade_test LABELS DFLY)
18
19
add_executable(ok_backend ok_main.cc)
20
cxx_link(ok_backend dfly_facade)
0 commit comments