-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Integrate node bindings + tests into OS X workspace #4978
Comments
Would node be required for developing (say) the OS X SDK?
Note that the workspace file itself is checked in; it isn't generated. So this would be limited to build settings but couldn't affect the project structure. |
For what it's worth, I would also find it more convenient to combine the iOS and OS X workspaces too, since those SDKs share most of their code, but I'm hesitant to bloat the workspace further. |
This would just be to make |
Come to think of it, I think what you’re really asking for is for |
Yeah, sounds like that's what I want. |
This was done with the switch to cmake, right? |
Yes. Fixed in #5359. |
We should integrate the node bindings, and render/query tests into the main OS X workspace to avoid having to have two separate spaces. Since the node bindings depend on the actual node version installed, we should auto-detect the node version from the command line and write the correct settings file.
The text was updated successfully, but these errors were encountered: