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

Missing working example of add_cython_target #17

Open cdoucet opened 6 years ago

cdoucet commented 6 years ago

Hello, can you provide a working example of usage of add_cython_target? Example which can found on github relies on another command (cython_add_module). Thanks