-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library project references #146
Comments
You could do something like this to link libraries from external projects
|
Sorry, but it won't help in my case. For example I have library project A with c++20 modules and library project B with code that imports modules from project A. This change makes what I need:
|
Hum ok, thanks for letting us know. Thanks! |
This is work of @Cheaterdev, details are in: ubisoft#145 ubisoft#146
@Cheaterdev I have made a PR in your behalf - I am tired to "manually" add it every time I update the tool ;) |
Hello!
In order to use compiled module files from other projects we have to use Project References.
While using OutputType.Lib its only possible with ExportAdditionalLibrariesEvenForStaticLib = true. But it also includes .lib files and linker is going crazy.
It would be good to add another property like ForceCreateReferences.
The text was updated successfully, but these errors were encountered: