thewtex / cython-cmake-example

Utilities and example for using CMake to build Cython modules - migrated to scikit-build
https://scikit-build.org/
Apache License 2.0
160 stars 41 forks source link

Look for *.pxi that the module depends on #14

Closed Marvin182 closed 8 years ago

Marvin182 commented 8 years ago

Cython supports splitting up big modules by including other files. Changes those should also trigger a recompilation.