e8e4cd7f97
* Add memory control e2e test * Fix cmake for jemalloc
3 lines
168 B
CMake
3 lines
168 B
CMake
add_executable(memgraph__e2e__memory__control memory_control.cpp)
|
|
target_link_libraries(memgraph__e2e__memory__control gflags mgclient mg-utils mg-io Threads::Threads)
|