src/import moved to include cmake conf update
This commit is contained in:
parent
85dbf1bd86
commit
e2212d57a5
@ -7,9 +7,7 @@ target_link_libraries(poc_astar memgraph)
|
||||
target_link_libraries(poc_astar Threads::Threads)
|
||||
target_link_libraries(poc_astar ${fmt_static_lib})
|
||||
|
||||
project(memgraph_tools)
|
||||
|
||||
add_executable(import_tool tool.cpp)
|
||||
target_link_libraries(import_tool memgraph)
|
||||
target_link_libraries(import_tool Threads::Threads)
|
||||
target_link_libraries(import_tool ${fmt_static_lib})
|
||||
add_executable(profile profile.cpp)
|
||||
target_link_libraries(profile memgraph)
|
||||
target_link_libraries(profile Threads::Threads)
|
||||
target_link_libraries(profile ${fmt_static_lib})
|
||||
|
Loading…
Reference in New Issue
Block a user