# framework-plugin-component-library **Repository Path**: ndd-community/framework-plugin-component-library ## Basic Information - **Project Name**: framework-plugin-component-library - **Description**: 适用于使用框架构建插件时在线引用的组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-22 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # framework plugin component library - 在线引用构建支持(plugin.cmake) ```cmake # 声明通过 with_git 引用中央存储库提供的共享引用构建资源 framework_plugin_include_with_git( https://gitee.com/ndd-community/framework-plugin-component-library) # 将以上代码复制到您的插件中 plugin.cmake 中即可使用 # 注意:仅限在插件生成时提到的的扩展构建中使用,在其它作用域中将不会生效并且可能存在错误 # 注意:请注意替换 为您的目标名称,一般是由 add_framework_plugin 创建的,同样适用于 cmake 目标 ``` - 参考现有引用: 1. [SVG预览插件 - plugin.cmake][svg-plugin] 2. [PlantUML预览插件 - plugin.cmake][plantuml-plugin] 3. [PlantUML 300 示例插件 - plugin.cmake][plantuml-examples-plugin] 4. [图片预览插件 - plugin.cmake][image-plugin] - 参考其它类型的引用(集合类型): 1. 插件引用集合: [framework-plugins-by-zinface][zinface-plugins] [svg-plugin]: https://gitee.com/zinface/notepad--plugin.svg-preview/blob/cmake-plugins-dev/plugin.cmake [plantuml-plugin]: https://gitee.com/zinface/notepad--plugin.plantuml-preview/blob/cmake-plugins-dev/plugin.cmake [plantuml-examples-plugin]: https://gitee.com/zinface/notepad--plugin.plantuml-examples/blob/cmake-plugins-dev/plugin.cmake [image-plugin]: https://gitee.com/zinface/notepad--plugin.image-view/blob/master/plugin.cmake [zinface-plugins]: https://gitee.com/ndd-community/framework-plugins-by-zinface