Source: stackoverflow.com --- Monday, October 02, 2017
I am using cmake to generate the Windows/VisualStudio solution of a multi-platform C++ project. In VS, when I click on the project's Properties -> Linker -> Input -> Additional Dependencies -> Edit , there is a list with dependencies I have added with cmake, that is fine. But there is also a checkbox to " Inherit from parent of project defaults ". When cmake generate the solution this checkbox is off, but I need to check it to be able to link. Is there a way to make cmake generate a VS project with this checkbox checked, by any chance ? ...
from Windows http://ift.tt/2yk4iMg
No comments:
Post a Comment