Use libs from toolchain (#326)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
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)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
add_subdirectory(procedures)
|
||||
|
||||
find_package(gflags REQUIRED)
|
||||
|
||||
add_executable(memgraph__e2e__memory__control memory_control.cpp)
|
||||
target_link_libraries(memgraph__e2e__memory__control gflags mgclient mg-utils mg-io Threads::Threads)
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
find_package(gflags REQUIRED)
|
||||
|
||||
add_executable(memgraph__e2e__replication__constraints constraints.cpp)
|
||||
target_link_libraries(memgraph__e2e__replication__constraints gflags mgclient mg-utils mg-io Threads::Threads)
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
find_package(gflags REQUIRED)
|
||||
|
||||
add_executable(memgraph__e2e__temporal_roundtrip roundtrip.cpp)
|
||||
target_link_libraries(memgraph__e2e__temporal_roundtrip PUBLIC mgclient mg-utils gflags)
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
find_package(gflags REQUIRED)
|
||||
|
||||
add_library(memgraph__e2e__triggers_common STATIC common.hpp common.cpp)
|
||||
target_link_libraries(memgraph__e2e__triggers_common PUBLIC gflags mgclient mg-utils)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user