Files
memgraph/tests/e2e/util_e2e/CMakeLists.txt
2022-07-01 11:06:01 +02:00

6 lines
157 B
CMake

function(copy_util_e2e_python_files FILE_NAME)
copy_e2e_python_files(util_e2e ${FILE_NAME})
endfunction()
copy_util_e2e_python_files(utility_simple.py)