memgraph/tests/e2e/awesome_functions/CMakeLists.txt
Josipmrden bae3e8a6d3
Add function for property sizes (#1557)
Add function for property sizes
2024-02-19 13:56:01 +01:00

7 lines
246 B
CMake

function(copy_awesome_functions_e2e_python_files FILE_NAME)
copy_e2e_python_files(awesome_functions ${FILE_NAME})
endfunction()
copy_awesome_functions_e2e_python_files(common.py)
copy_awesome_functions_e2e_python_files(awesome_functions.py)