memgraph/tests/e2e/isolation_levels/CMakeLists.txt

5 lines
203 B
CMake
Raw Normal View History

2022-01-21 17:22:36 +08:00
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)