Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 29, 2023
1 parent cc50744 commit 075c9e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
7 changes: 6 additions & 1 deletion src/failure_detector/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ set(MY_PROJ_SRC "")
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS
dsn_dist_cmd
dsn_runtime
dsn_meta_server
dsn_ranger
dsn_replica_server
dsn_replication_common
dsn.failure_detector
dsn.block_service
dsn.failure_detector
dsn.replication.zookeeper_provider
dsn.security
dsn.task
gtest
hashtable
rocksdb)
Expand Down
5 changes: 4 additions & 1 deletion src/meta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ set(DUPLICATION_SRC
set(MY_PROJ_SRC "${DUPLICATION_SRC}")

set(MY_PROJ_LIBS
dsn_dist_cmd
dsn_ranger
dsn_replication_common
dsn.block_service
dsn.block_service.local
dsn.block_service.hdfs
dsn.failure_detector
dsn.replication.zookeeper_provider
dsn_dist_cmd
dsn.security
dsn.task
dsn_http
dsn_runtime
dsn_aio
Expand Down
10 changes: 1 addition & 9 deletions src/runtime/ranger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ set(MY_PROJ_NAME dsn_ranger)
# "GLOB" for non-recursive search
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS
galaxy-fds-sdk-cpp
PocoNet
PocoFoundation
PocoNetSSL
PocoJSON
PocoCrypto
PocoXML
PocoUtil)
set(MY_PROJ_LIBS "")

# Extra files that will be installed
set(MY_BINPLACES "")
Expand Down

0 comments on commit 075c9e7

Please sign in to comment.