Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 directory such that

CMakeCache.txt 

etc. go there?

like image 810
Bjoern Avatar asked May 15 '11 14:05

Bjoern


1 Answers

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.

like image 138
Luc Touraille Avatar answered Oct 31 '22 05:10

Luc Touraille