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
That is super easy to do and may be included in the future.
This is an example of what need to be done:
The dub.json will need to have
"targetType": "external", //Specifies that buildCommand will be used instead, so, redub won't control cache for that project."buildCommand": "make",
"libs": ["lib1", "lib2"] //Will specify that the root project will need those libraries to link
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
That is super easy to do and may be included in the future.
This is an example of what need to be done:
The dub.json will need to have
The text was updated successfully, but these errors were encountered: