df95775222
* Fix init file startup in community edition * Add possibility to build binary without MG_ENTERPRISE * Added trace spdlog for when init file is not present * Add gqlalchemy and unit tests * Add init data files which correspond to the right directory by the github actions
13 lines
405 B
CMake
13 lines
405 B
CMake
function(copy_init_file_flags_e2e_python_files FILE_NAME)
|
|
copy_e2e_files(init_file_flags ${FILE_NAME})
|
|
endfunction()
|
|
|
|
function(copy_init_file_flags_e2e_files FILE_NAME)
|
|
copy_e2e_files(init_file_flags ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_init_file_flags_e2e_python_files(init_file_setup.py)
|
|
copy_init_file_flags_e2e_python_files(init_data_file_setup.py)
|
|
|
|
copy_init_file_flags_e2e_files(init_file.cypherl)
|