memgraph/tests/e2e/memory/CMakeLists.txt

3 lines
168 B
CMake
Raw Normal View History

add_executable(memgraph__e2e__memory__control memory_control.cpp)
target_link_libraries(memgraph__e2e__memory__control gflags mgclient mg-utils mg-io Threads::Threads)