Skip to content

root-hbx/CMake_Tutorial

Repository files navigation

cmake-examples-byHBX

This is a note by hbx regarding the usage of CMake

Introduction to CMake

  • CMake is a cross-platform installation (compilation) tool that can describe the installation (compilation process) of all platforms with simple statements. It can generate various makefiles or project files, and the configuration file of CMake is named CMakeLists.txt. In other words, CMake code is written in the CMakeLists.txt file.
  • In a nutshell, CMake is the language used to combine multiple cpp and hpp files to build a large project.

About

This is a note by hbx concerning the usage of CMake

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published