Skip to content

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

@HongkunWang

Description

@HongkunWang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions