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.
Comments
Post a Comment