a456d6cdc0
Summary: This diff restores (and fixes) the old mg_import_csv implementation. The importer now supports the new storage engine. Reviewers: teon.banek, ipaljak Reviewed By: teon.banek, ipaljak Subscribers: buda, pullbot Differential Revision: https://phabricator.memgraph.io/D2690
7 lines
293 B
CMake
7 lines
293 B
CMake
set(target_name memgraph__integration__mg_import_csv)
|
|
set(tester_target_name ${target_name}__tester)
|
|
|
|
add_executable(${tester_target_name} tester.cpp)
|
|
set_target_properties(${tester_target_name} PROPERTIES OUTPUT_NAME tester)
|
|
target_link_libraries(${tester_target_name} mg-communication json)
|