memgraph/tests/e2e/isolation_levels/CMakeLists.txt

3 lines
172 B
CMake
Raw Normal View History

add_executable(memgraph__e2e__isolation_levels isolation_levels.cpp)
target_link_libraries(memgraph__e2e__isolation_levels gflags mgclient mg-utils mg-io Threads::Threads)