Skip to content

Commit

Permalink
Define meta service interface (vesoft-inc#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangleptr authored Jan 14, 2019
1 parent c16f9b4 commit 4e4204d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/daemons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,34 @@ target_link_libraries(
)


add_executable(
metad
MetaDaemon.cpp
$<TARGET_OBJECTS:meta_service_handler>
$<TARGET_OBJECTS:kvstore_obj>
$<TARGET_OBJECTS:meta_thrift_obj>
$<TARGET_OBJECTS:base_obj>
$<TARGET_OBJECTS:thread_obj>
$<TARGET_OBJECTS:time_obj>
$<TARGET_OBJECTS:fs_obj>
)
target_link_libraries(
metad
${ROCKSDB_LIBRARIES}
${THRIFT_LIBRARIES}
wangle
folly
boost_system
boost_context
${OPENSSL_LIBRARIES}
${KRB5_LIBRARIES}
glog
gflags
event
${COMPRESSION_LIBRARIES}
resolv
double-conversion
dl
jemalloc
-pthread
)

0 comments on commit 4e4204d

Please sign in to comment.