Skip to content
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

VS generator not exporting for <Lib> tag in vcxproj #5561

Closed
kucerad opened this issue Jul 31, 2019 · 3 comments · Fixed by #5564
Closed

VS generator not exporting for <Lib> tag in vcxproj #5561

kucerad opened this issue Jul 31, 2019 · 3 comments · Fixed by #5564
Labels
Milestone

Comments

@kucerad
Copy link
Contributor

kucerad commented Jul 31, 2019

Need to add Conan-handled lib to be referenced in .vcxproj in tags. Conan VS-generator is exporting only in tag.

@jgsogo jgsogo self-assigned this Jul 31, 2019
@jgsogo
Copy link
Contributor

jgsogo commented Jul 31, 2019

Hi, @kucerad

I need you to provide an example or more information on this issue, I don't know what you mean by tags in relation to .vcxproj files.

Thanks

@kucerad
Copy link
Contributor Author

kucerad commented Jul 31, 2019

In .vcxproj targeted to produce static lib, you have the ability to set the properties in the Librarian group. One of those is the AditionalLibraryDirectories. But you're not able to inject those from conan-generated props files. In the props files from conan - only the group is defined. Not the , which is accessible from the Librarian property group.
I think you'll get the idea from the related pull-request my colleague made in the meantime : #5564

@jgsogo
Copy link
Contributor

jgsogo commented Aug 1, 2019

Ok. I think it will be better if we move the conversation to that PR, probably with that example everything will be easier to understand. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants