A link to a Visual Studio C ++ project (available in the properties page of the properties / general properties / adding a new link ...) allows you to use character definitions in one project (for example, project A static lib) in another (for example, project B an executable )
Adding a link “automates” the addition of a project. The output directory to project B is “Property Pages / Linker / General / Additional Libraries” and the name of the output file is added to Project B. Property Pages / Linker / Input / Additional Dependencies.
Q: Is there a way to make project B automatically include the inclusion path from project A, for example. through a macro in project B Property pages / C, C ++ / General / Additional Include directories?
Thankyou.
source share