cmake: integrate pybind11_abseil module in ortools module

needed for math_opt
This commit is contained in:
Corentin Le Molgat
2024-01-15 17:54:52 +01:00
parent 58fd3cd078
commit baad73ae20
3 changed files with 5 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ setup(
'*.pyi',
'py.typed'
],
'pybind11_abseil':['$<TARGET_FILE_NAME:status_py_extension_stub>'],
'@PYTHON_PROJECT@.math_opt':['*.pyi'],
'@PYTHON_PROJECT@.math_opt.core.python':[
'$<TARGET_FILE_NAME:math_opt_pybind11>',