Is there a way to tell Cython to generate headers (*_api.h, *.h) in a given
directory ?

For example, my project structure is as follow:

myproject/
   --include/
   --src/

And I'd like my extensions located in src/ to generate their headers in
include/.

myproject/
   --include/
   ----- mymodule_api.h
   ----- mymodule.h
   --src/
   ----- mymodule.pyx

Thanks :)
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to