简体   繁体   中英

Is there any Windows IDE with CMake support?

I'm developing game in Linux using CMake and KDevelop and I'd like to make it cross-platform.

I'm looking any Windows IDE with good CMake support like Kdevelop has, autocompletion, project building and launching should be enough to write some platform specific code.

You can try with Eclipse CDT, which is advocated to be cross platform and should behave well on Windows platform; then run cmake GUI to generate CDT project files so you can open them using Eclipse.

Another option is to generate Visual Studio sln files which can be opened in Visual Studio.

There are several IDEs supporting natively CMake (Not exhaustive list):

  • QtCreator
  • KDevelop ( you have a windows version, however last time I tried, it was significantly worse than the Linux version ) ...

There are also some IDEs which do not support CMake, but CMake made hacks to you can generate project for them:

  • Visual Studio
  • Xcode
  • Eclipse CDT?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM