How to split bindings into two different source files? #650
Replies: 1 comment
-
Hi Adam, yes, it's covered here: https://nanobind.readthedocs.io/en/latest/faq.html#how-can-i-reduce-build-time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
For source tree clarity, I would like to split the file that defines Python bindings (which now holds the
NB_MODULE
) into two places. Is this allowed?I am using nanobind with CMake.
Beta Was this translation helpful? Give feedback.
All reactions