7 lines
216 B
CMake
7 lines
216 B
CMake
function(copy_index_hints_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(index_hints ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_index_hints_e2e_python_files(common.py)
|
|
copy_index_hints_e2e_python_files(index_hints.py)
|