https://github.com/hengxin/learning-cmake
Learning CMake/Makefile
https://github.com/hengxin/learning-cmake
Last synced: 3 months ago
JSON representation
Learning CMake/Makefile
- Host: GitHub
- URL: https://github.com/hengxin/learning-cmake
- Owner: hengxin
- License: mit
- Created: 2021-08-17T12:00:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T08:10:19.000Z (about 4 years ago)
- Last Synced: 2025-06-23T04:42:39.271Z (4 months ago)
- Language: CMake
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning-cmake
Learning CMake/Makefile## Tutorials
- [Quick CMake tutorial](https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html)
- [Open and create projects](https://www.jetbrains.com/help/clion/creating-new-project-from-scratch.html)
- [Manage CMake project files](https://www.jetbrains.com/help/clion/managing-cmake-project-files.html)
- [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples)
- [onqtam / awesome-cmake](https://github.com/onqtam/awesome-cmake)## Videos
- [手把手教你写CMake一条龙教程——421施公队Clang出品](https://www.bilibili.com/video/BV16V411k7eF?share_source=copy_web)