ozonebase
ozonebase copied to clipboard
What IDE do you use
Sorry to do this here, but I'm not sure where else to ask.
Your project is C++ and cross-platform. It uses cmake for building on each system. I am starting a project with a similar set of properties. I would like to know what IDE you use and does it create the cmake files for you and maintain them? Also, how do you easily integrate the submodules into the build as static libraries?
There are probably more integrated ways to do this, but I just use plain vim. Cmake files were hand written.