NetBeans 6.9, CMake and C++: How to specify the build path?
I prefer to have a separate build directory when working with CMake. Can I tell NetBeans 6.9 to use that directo开发者_开发百科ry such that
CMakeCache.txt
etc. go there?
This feature has been integrated in Netbeans a few months ago. When creating a project from existing sources, you must use the custom mode in order to obtain the possibility to specify the build directory.
You can also modify the output directory in the project properties, the Build/Make
section.
精彩评论