memgraph/tests/e2e/batched_procedures/procedures/CMakeLists.txt
Antonio Filipovic d573eda8bb
Add python & cpp batching option in procedures
* Add API for batching from the procedure 
* Use PoolResource for batched procedures
2023-06-26 15:46:13 +02:00

8 lines
195 B
CMake

copy_batched_procedures_e2e_python_files(batch_py_read.py)
copy_batched_procedures_e2e_python_files(batch_py_write.py)
add_query_module(batch_c_read batch_c_read.cpp)
add_subdirectory(common)