blob: 50b1009e5ecef3d9b1bde5fa33ab1af749938c7f [file] [log] [blame]
include_directories(.. ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/../model)
add_executable(marmotta_client client.cc)
target_link_libraries(marmotta_client
marmotta_model marmotta_service marmotta_parser marmotta_serializer
${GFLAGS_LIBRARY} ${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT} ${PROTOBUF_LIBRARIES} ${GRPC_LIBRARIES})
install(TARGETS marmotta_client DESTINATION bin)