gavinliu6 / CMake-Practice-zh-CNLinks
CMake 实践
☆59Updated 2 years ago
Alternatives and similar repositories for CMake-Practice-zh-CN
Users that are interested in CMake-Practice-zh-CN are comparing it to the libraries listed below
Sorting:
- CMake/Make/Shell/Multi-thread' usage☆81Updated last year
- CMake 资料总结,持续更新☆101Updated 3 years ago
- 《CMake Best Practices》的非专业个人翻译☆92Updated 2 years ago
- 总结常用的CMakeLists模板,便于后续使用。☆157Updated 2 years ago
- 《Software Architecture with C++》的非专业个人翻译☆75Updated 2 years ago
- This project aims to quickly launch a C/C++ project, which can build libraries and binary files. The project comes with basic modules suc…☆96Updated 4 years ago
- ☆25Updated last year
- 《Modern CMake for C++ - Second Edition》的非专业个人翻译☆85Updated 5 months ago
- 《The C++ Standard Library》的非专业个人翻译☆62Updated last year
- source code of cplusplus tutorial on bilibili☆81Updated 3 years ago
- 你还在学CMake的过程中毫无头绪吗?你还在 为复杂程序库依赖发愁吗?你是否觉得原生CMake的编写冗余而低效?那就快来学习和使用PICMake吧!只需要一行,无论是可执行,动态库还是静态库,轻松搞定!同时高效支持多目标,复杂库的编译安装,从此告别大量冗余CMake代码,专注…☆84Updated 4 years ago
- 《Modern CMake for C++》的非专业个人翻译☆258Updated 2 years ago
- ☆44Updated 5 years ago
- Source code for https://paul.pub/cpp-concurrency☆78Updated 2 years ago
- Zero Fluff, Max Value: Code-Driven Modern C++(11/14/17) Best Practices☆261Updated 5 months ago
- Eigen3.3.7 Doc中文版☆125Updated 6 years ago
- 《Modern C++ Programming Cookbook - 3rd Edition》的非专业个人翻译☆37Updated 7 months ago
- 免费的计算机编程类中文书籍,欢迎投稿☆179Updated 7 years ago
- CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famou…☆800Updated 3 months ago
- 《CMake实践》这本书的练习☆30Updated 6 years ago
- C++11全套设计模式-23种指针的用法(a full DesignPattern implement with c++11)☆43Updated 5 years ago
- Mini c++ logger tool☆45Updated 6 years ago
- CMake快速入门☆28Updated 8 months ago
- 《使用C++11编写Linux多线程程序》所附代码