Skip to content

Commit

Permalink
Enable unity build for mc_client_connection
Browse files Browse the repository at this point in the history
Change-Id: I868177d70105a560bfa2c685e9963f7051179cda
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/156474
Reviewed-by: Dave Rigby <daver@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
  • Loading branch information
trondn committed Jun 25, 2021
1 parent ec8fcd4 commit af7e428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/connection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADD_LIBRARY(mc_client_connection STATIC
add_library(mc_client_connection STATIC
client_connection.h
client_connection.cc
client_connection_map.cc
Expand All @@ -7,6 +7,7 @@ ADD_LIBRARY(mc_client_connection STATIC
client_mcbp_commands.h
frameinfo.cc frameinfo.h)
kv_enable_pch(mc_client_connection)
cb_enable_unity_build(mc_client_connection)

target_link_libraries(mc_client_connection PRIVATE
PUBLIC
Expand All @@ -21,4 +22,3 @@ target_link_libraries(mc_client_connection PRIVATE
${OPENSSL_LIBRARIES}
PRIVATE
cbcompress)
kv_enable_pch(mc_client_connection)

0 comments on commit af7e428

Please sign in to comment.