memgraph/tests/mgbench/CMakeLists.txt
2020-09-22 18:55:28 +02:00

6 lines
226 B
CMake

set(test_prefix memgraph__mgbench__)
add_executable(${test_prefix}client client.cpp)
set_target_properties(${test_prefix}client PROPERTIES OUTPUT_NAME client)
target_link_libraries(${test_prefix}client mg-communication json)