Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 19, 2023
1 parent cf221c9 commit 2282b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aio/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(MY_PROJ_SRC "")
# "GLOB" for non-recursive search
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS gtest dsn_runtime dsn_aio)
set(MY_PROJ_LIBS gtest dsn_runtime dsn_aio rocksdb)

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

Expand Down
2 changes: 1 addition & 1 deletion src/block_service/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(MY_PROJ_LIBS
gtest
gtest_main
hdfs
)
rocksdb)

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

Expand Down

0 comments on commit 2282b9b

Please sign in to comment.