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?
See Question&Answers more detail:os