I have imported a project built with CMake into Netbeans 7.2. I can succesfuuly build the project from netbeans, however:
I dont know what build configuration is being used (i.e. debug or release). I suspect it is a debug release due to the size of the built library.
How do I create Debug and Release builds for use in Netbeans?