Skip to content

Commit 393270b

Browse files
committed
fix centos 7
1 parent ba3f524 commit 393270b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/aio/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ set(MY_PROJ_SRC "")
3434
set(MY_SRC_SEARCH_MODE "GLOB")
3535

3636
set(MY_PROJ_LIBS
37+
dsn_meta_server
38+
dsn_replication_common
3739
gtest
3840
dsn_runtime
3941
dsn_aio

src/perf_counter/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ set(MY_PROJ_SRC "")
3434
set(MY_SRC_SEARCH_MODE "GLOB")
3535

3636
set(MY_PROJ_LIBS
37+
dsn_meta_server
38+
dsn_replication_common
3739
gtest
3840
dsn_runtime
3941
rocksdb

src/runtime/ranger/CMakeLists.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@
1717

1818
set(MY_PROJ_NAME dsn_ranger)
1919

20-
# Search mode for source files under CURRENT project directory?
21-
# "GLOB_RECURSE" for recursive search
22-
# "GLOB" for non-recursive search
20+
set(MY_PROJ_SRC "")
2321
set(MY_SRC_SEARCH_MODE "GLOB")
22+
set(MY_PROJ_LIBS
23+
dsn_meta_server
24+
dsn_replication_common)
2425

25-
set(MY_PROJ_LIBS "")
26-
27-
# Extra files that will be installed
28-
set(MY_BINPLACES "")
29-
30-
dsn_add_object()
26+
dsn_add_static_library()

0 commit comments

Comments
 (0)