Topics


Pages


Content

Key links

Uncategorized Links

Documentation

Related tools

  • Cmake - Wikipedia
    • In software development, CMake is cross-platform free and open-source software for build automation, testing and packaging using a compiler-independent method. CMake is not a build system but rather it’s a build-system generator.
  • Using Nmake
  • Nmake reference
    • The Microsoft Program Maintenance Utility (NMAKE.EXE) is a command-line tool included with Visual Studio that builds projects based on commands that are contained in a description file.
  • CMake
    • CMake is a tool to manage building of source code. Originally, CMake was designed as a generator for various dialects of Makefile, today CMake generates modern buildsystems such as Ninja as well as project files for IDEs such as Visual Studio and Xcode.