ozonebase icon indicating copy to clipboard operation
ozonebase copied to clipboard

What IDE do you use

Open phirestalker opened this issue 6 years ago • 1 comments

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?

phirestalker avatar Jan 07 '19 21:01 phirestalker

There are probably more integrated ways to do this, but I just use plain vim. Cmake files were hand written.

pliablepixels avatar Jan 08 '19 02:01 pliablepixels