memgraph/tests/e2e/analyze_graph/CMakeLists.txt

7 lines
229 B
CMake

function(copy_analyze_graph_e2e_python_files FILE_NAME)
copy_e2e_python_files(analyze_graph ${FILE_NAME})
endfunction()
copy_analyze_graph_e2e_python_files(common.py)
copy_analyze_graph_e2e_python_files(optimize_indexes.py)