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

Referenced static library project does not have its library search path and library file implicitly added to the application project #48

Open
HongkunWang opened this issue Jul 16, 2015 · 0 comments

Comments

@HongkunWang
Copy link

In Visual Studio, if one application project add another static library as reference, then the library file and library searching path does not have to be explicitly added in the project setting.
For example, MyApp.vcxproj has reference to MyStaticLib.vcxproj, then you do not need to add

  • libMyStaticLib.a in Likner input setting
  • additional library path to find this library.
    But in your VS plugin, I have to do them manually. I understand implementing this takes time in your MSBuild script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant