Turn some .i files into .swig

This helps with the import / export process.
This commit is contained in:
Guillaume Chatelet
2025-07-02 12:20:11 +00:00
parent b644c5fb1e
commit 6af8bd54b4
50 changed files with 121 additions and 118 deletions

View File

@@ -13,7 +13,7 @@
// Static part of SWIG-generated C++ wrapper for Python (_module_name.cc).
//
// This file should only be included in base.i inside Python-specific part:
// This file should only be included in base.swig inside Python-specific part:
// #ifdef SWIGPYTHON
// %{
// #include "ortools/base/swig/python-swig.cc"