https://github.com/2002bishwajeet/cmake-tutorial
https://github.com/2002bishwajeet/cmake-tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2002bishwajeet/cmake-tutorial
- Owner: 2002Bishwajeet
- License: mit
- Created: 2022-01-16T06:47:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T09:49:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T02:18:04.396Z (9 months ago)
- Language: CMake
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK.