Skip to content

Commit

Permalink
Added build dependency for concurrent and thread (vesoft-inc#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherman-the-tank authored Sep 6, 2018
1 parent cb0f227 commit 6742845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/concurrent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ add_library(
Barrier.cpp
Latch.cpp
)
add_dependencies(concurrent_obj base_obj)

add_subdirectory(test)
2 changes: 2 additions & 0 deletions common/thread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ add_library(
GenericWorker.cpp
GenericThreadPool.cpp
)
add_dependencies(thread_obj base_obj)

add_subdirectory(test)

0 comments on commit 6742845

Please sign in to comment.