You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a c++ project and I am going to bind it with both javascript and python.
I write binding code with embind and as a sub directory in the project.
I use add_subdirectory to include it into my building system. Can I do this?
I think I should use emcmake, but it seems can only use outside.
I try to set PATH manually but not work...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a c++ project and I am going to bind it with both javascript and python.
I write binding code with embind and as a sub directory in the project.
I use add_subdirectory to include it into my building system. Can I do this?
I think I should use
emcmake
, but it seems can only use outside.I try to set PATH manually but not work...
How should I do?
Beta Was this translation helpful? Give feedback.
All reactions