# CMake.Tutorial **Repository Path**: hexu1985/CMake.Tutorial ## Basic Information - **Project Name**: CMake.Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-10 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bash Tutorial ## Table of contents ### [Cmake入门](getting_started) - [Hello cmake](getting_started/hello_world) - [静态库static library](getting_started/static_library) - [动态库shared library](getting_started/shared_library) - [同时生成动态库和静态库](getting_started/static_and_shared_library) - [相同的文件生成动态库和静态库](getting_started/static_and_shared_library_2) - [预处理器定义](getting_started/target_compile_definitions) - [list 使用](getting_started/list) - [在多文件工程中使用列表(list)](getting_started/hello_world_list) - [命令行编译链接项目](getting_started/parallel_build) - [命令行安装项目](getting_started/install_project) ### [Cmake实践](practice) - [初试cmake – cmake的helloworld(一)](practice/recipe-01/README.md) - [初试cmake – cmake的helloworld(二)](practice/recipe-02/README.md) - [静态库与动态库构建](practice/recipe-03/README.md) - [使用外部共享库和头文件](practice/recipe-04/README.md) - [cmake常用变量和常用环境变量](practice/recipe-05/README.md) - [cmake常用指令](practice/recipe-06/README.md) - [Find模块的使用](practice/recipe-07/README.md) - [自定义模块](practice/recipe-08/README.md)