2021-01-16 02:04:44 +08:00
|
|
|
add_executable(memgraph__e2e__replication__constraints constraints.cpp)
|
2021-01-21 22:47:56 +08:00
|
|
|
target_link_libraries(memgraph__e2e__replication__constraints gflags mgclient mg-utils mg-io Threads::Threads)
|
2021-01-16 02:04:44 +08:00
|
|
|
|
|
|
|
add_executable(memgraph__e2e__replication__read_write_benchmark read_write_benchmark.cpp)
|
2021-01-21 22:47:56 +08:00
|
|
|
target_link_libraries(memgraph__e2e__replication__read_write_benchmark gflags json mgclient mg-utils mg-io Threads::Threads)
|