memgraph/tests/e2e/isolation_levels/CMakeLists.txt
2022-01-21 10:22:36 +01:00

5 lines
203 B
CMake

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