I’m working on a big project, some might say awesome.
The project is being developed in c++ with cmake and netbeans. Everything is working fine except from the fact that every time I do updates to the project, add or remove source files, netbeans runs cmake and adds a new project to ‘projects’ list. This is somewhat annoying since i tend to do this alot.
Is there a smart way to make sure netbeans does not create new projects every time a sub directory is added?
Good news!
As of NetBeans 6.8, CMake is handled gracefully, just like any other
configurescript:CMakeLists.txtresides).And NetBeans will run
cmaketo build theMakefilewhen it’s necessary(or when you click “Reconfigure project”).
See the original thread on the NetBeans forums for more info.