can c++ turbo module depend on another c++ turbo module #15122
Unanswered
nocanstillbb
asked this question in
Q&A
Replies: 1 comment
-
The high-level npm package on Windows imports the vcxproj in the turbomodule in the low-level npm package into the solution through autolink, but the solution is only available in the top-level project. vpxproj can't include another vcxproj |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It is very common design for low-level modules to be referenced by multiple other modules.
Beta Was this translation helpful? Give feedback.
All reactions