# ModernCMake-Chinese

## ModernCMake-Chinese

- [Introduction](https://xiazuomo.gitbook.io/modern-cmake-chinese/master.md)
- [Modern CMake 简介](https://xiazuomo.gitbook.io/modern-cmake-chinese/introduction.md)
- [安装 CMake](https://xiazuomo.gitbook.io/modern-cmake-chinese/introduction/installing.md)
- [运行 CMake](https://xiazuomo.gitbook.io/modern-cmake-chinese/introduction/running.md)
- [Do's and Don'ts](https://xiazuomo.gitbook.io/modern-cmake-chinese/introduction/dodonot.md)
- [CMake 中的新变化](https://xiazuomo.gitbook.io/modern-cmake-chinese/introduction/newcmake.md)
- [基础知识简介](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics.md)
- [变量和 Cache](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics/variables.md)
- [在CMake 中编程](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics/functions.md)
- [与你的代码交互](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics/comms.md)
- [如何结构化你的工程](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics/structure.md)
- [运行其他程序](https://xiazuomo.gitbook.io/modern-cmake-chinese/basics/programs.md)
- [Adding Features](https://xiazuomo.gitbook.io/modern-cmake-chinese/features.md)
- [C++11 and Beyond](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/cpp11.md)
- [Small but common needs](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/small.md)
- [Utilities](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/utilities.md)
- [Useful modules](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/modules.md)
- [IDEs](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/ides.md)
- [Debugging](https://xiazuomo.gitbook.io/modern-cmake-chinese/features/debug.md)
- [Including Projects](https://xiazuomo.gitbook.io/modern-cmake-chinese/projects.md)
- [Submodule](https://xiazuomo.gitbook.io/modern-cmake-chinese/projects/submodule.md)
- [DownloadProject](https://xiazuomo.gitbook.io/modern-cmake-chinese/projects/download.md)
- [Fetch (CMake 3.11)](https://xiazuomo.gitbook.io/modern-cmake-chinese/projects/fetch.md)
- [Testing](https://xiazuomo.gitbook.io/modern-cmake-chinese/testing.md)
- [GoogleTest](https://xiazuomo.gitbook.io/modern-cmake-chinese/testing/googletest.md)
- [Catch](https://xiazuomo.gitbook.io/modern-cmake-chinese/testing/catch.md)
- [Exporting and Installing](https://xiazuomo.gitbook.io/modern-cmake-chinese/install.md)
- [Installing](https://xiazuomo.gitbook.io/modern-cmake-chinese/install/installing.md)
- [Exporting](https://xiazuomo.gitbook.io/modern-cmake-chinese/install/exporting.md)
- [Packaging](https://xiazuomo.gitbook.io/modern-cmake-chinese/install/packaging.md)
- [Looking for libraries](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages.md)
- [CUDA](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/cuda.md)
- [OpenMP](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/openmp.md)
- [Boost](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/boost.md)
- [MPI](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/mpi.md)
- [ROOT](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/root.md)
- [UseFile Example](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/root/root-usefile.md)
- [Simple Example](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/root/root-simple.md)
- [Simple Example CMake 3.11+](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/root/root-simple-3.11.md)
- [Dictionary Example](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/root/root-dict.md)
- [Minuit2](https://xiazuomo.gitbook.io/modern-cmake-chinese/packages/minuit2.md)
