What is the best multiplattform IDE to use with CMAKE? -


i'm trying set multiplattform project using cmake, easy setup on pc.
basicly cmake script sets settings projects , finds libraries automatically.
after trying few ide's codeblocks , eclipse seams cmake integration in these pretty lackluster.
have few recommendations better ide's?
should have included debugger , code completion , should easy setup on windows , linux.

starting version 2.6.0 cmake includes generator eclipse cdt 4.0 or newer. works makefile generators (i.e. "unix makefiles", "mingw makefiles", "msys makefiles", , maybe "nmake makefiles"). generator creates set of .project/.cproject files can imported in eclipse using file > import > existing eclipse project.

https://cmake.org/wiki/eclipse_cdt4_generator


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -