📜  cmake vs makefile - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:18.338000             🧑  作者: Mango

代码示例1
Make (or rather a Makefile) is a buildsystem - it drives the compiler and other build tools to build your code. CMake is a generator of buildsystems. It can produce Makefiles, it can produce Ninja build files, it can produce KDEvelop or Xcode projects, it can produce Visual Studio solutions.