# youwant.cmake **Repository Path**: zinface/youwant.cmake ## Basic Information - **Project Name**: youwant.cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-26 - **Last Updated**: 2022-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # youwant.cmake > 一个属于自己的在线插件描述文件仓库 ## 在 VSCode 中使用 ```json "youwant.repo": [ "https://gitee.com/zinface/youwant.cmake/raw/master/youwant.json" ] ``` | 内容 | 说明 | 生成目录 | | ------------------------------------------------ | ---------------------------------------- | ------------------------- | | [CMakeLists.txt][cmake-gnu-template] | 获取一个 CMakeLists.txt GNU 安装规范模板 | ./CMakeLists-gnu.txt | | [CMakeLists.txt][cmake-template] | 获取一个 CMakeLists.txt 模板 | ./CMakeLists-template.txt | | [Effective Modern CMake][effective-modern] | 现代化 CMake 构建模式(文档) | NULL | | [cmake-build-feature v1.0(cmake)][build-feature] | 获取一个 cmake-build-feature v1.0 模板 | ./cmake (3 files, 1 dir) | | [cmake-build-feature v2.0(cmake)][build-feature] | 获取一个 cmake-build-feature v2.0 模板 | ./cmake (3 files, 1 dir) | | [cmake-kernel-module(cmake)][kernel-module] | 获取一个 cmake-kernel-module 模板 | ./cmake (1 files, 1 dir) | | [cmake-build-module(cmake)][build-module] | 获取一个 cmake-build-module 模板 | ./CMakeLists-module.txt | | [cmake-package-deb(cmake)][package-deb] | 获取一个 cmake-package-deb 模板 | ./cmake (2 files, 1 dir) | | [cmake-package-deb-linux-install][cmake-package-deb-linux-install] | 获取一个 cmake-linux-install 模板 | ./cmake/linux-install (3 files, 1 dir) | | [cmake-go-compiler][cmake-go-compiler] | 获取一个 cmake-go-compiler 模板 | ./cmake (1 files, 1 dir) | [cmake-template]: https://gitee.com/zinface/youwant.cmake/raw/master/cmake-template/CMakeLists.txt [cmake-gnu-template]: https://gitee.com/zinface/youwant.cmake/raw/master/cmake-gnu-template/CMakeLists.txt [effective-modern]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-effective-modern/README.md [build-feature]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-build-feature-template/ [kernel-module]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-kernel-module-template/ [package-deb]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-package-deb-template/cmake/ [build-module]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-build-module-template/ [cmake-package-deb-linux-install]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-package-deb-template/cmake/linux-install/ [cmake-go-compiler]: https://gitee.com/zinface/youwant.cmake/blob/master/cmake-go-compiler-template