memgraph/tests/mgbench/CMakeLists.txt

6 lines
226 B
CMake
Raw Normal View History

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)