Reputation: 24057
In Visual Studio 2012 I have native C++ project. There are a lot of settings in "Properties" page of this project:
Later I need to migrate to Linux, and of course I need this settings too. Obviosly Visual Studio project can not be used in Linux
Can you suggest another, platform-independent, mechanism of declaring Additional Include Directories/Preprocessor definitions/Additional Library Dependencies etc. so I can migrate to Linux easier?
Upvotes: 0
Views: 1702