Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 20, 2023
1 parent 8ede438 commit ca6858b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ set(MY_PROJ_SRC
zlocks.cpp)

set(MY_PROJ_LIBS
dsn_meta_server
dsn_utils
sasl2
gssapi_krb5
Expand Down
4 changes: 2 additions & 2 deletions src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set(MY_PROJ_SRC "")
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS
dsn_runtime
dsn_replica_server
dsn_nfs
dsn_aio
Expand All @@ -49,8 +50,7 @@ set(MY_PROJ_LIBS
snappy
pegasus_base
pegasus_client_static
event
hashtable)
event)

set(MY_BOOST_LIBS Boost::system Boost::filesystem)

Expand Down
10 changes: 5 additions & 5 deletions src/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ set(MY_SRC_SEARCH_MODE "GLOB_RECURSE")

set(MY_PROJ_LIBS
dsn_runtime
dsn_meta_server
sasl2
gssapi_krb5
krb5
dsn_ranger
dsn_meta_server
pegasus_base
dsn.replication.tool
dsn_replica_server
Expand All @@ -59,7 +56,10 @@ set(MY_PROJ_LIBS
absl::flat_hash_set
absl::strings
s2
hdfs)
hdfs
sasl2
gssapi_krb5
krb5)

set(MY_BINPLACES "${CMAKE_CURRENT_SOURCE_DIR}/config.ini")

Expand Down

0 comments on commit ca6858b

Please sign in to comment.