Skip to content

Commit

Permalink
ensure coredb and serveronly get toku libs linked after #869
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Dec 25, 2013
1 parent 8066c3e commit 23f7c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mongo/db/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ target_link_libraries(coredb LINK_PRIVATE
plugins
server_parameters
foundation
${TokuKV_LIBRARIES}
)

add_library(serveronly STATIC
Expand Down Expand Up @@ -204,6 +205,7 @@ target_link_libraries(serveronly LINK_PRIVATE
db_common
defaultversion
index_set
${TokuKV_LIBRARIES}
)

add_library(mongodandmongos STATIC
Expand Down

0 comments on commit 23f7c7d

Please sign in to comment.