cmake-plugin: 调整预置的构建示例注释结构

This commit is contained in:
zinface 2024-03-22 08:44:32 +08:00
parent eca90aacbd
commit 199f57b975
1 changed files with 7 additions and 4 deletions

View File

@ -41,11 +41,14 @@ if(USE_NOTEPAD_PLUGIN)
# include(path/to/plugin.cmake)
# plantuml 预览插件(使用 with_git 引用的在线构建)
# add_framework_plugin_with_git(https://gitee.com/ndd-community/notepad--plugin.plantuml-preview --branch=cmake-plugins-dev)
# add_framework_plugin_with_git(
# https://gitee.com/ndd-community/notepad--plugin.plantuml-preview
# --branch=cmake-plugins-dev)
# svg 预览插件(使用 with_git 引用的在线构建,它使用了 plantuml 共享的资源定义)
# add_framework_plugin_with_git(https://gitee.com/ndd-community/notepad--plugin.svg-preview --branch=cmake-plugins-dev)
# add_framework_plugin_with_git(
# https://gitee.com/ndd-community/notepad--plugin.svg-preview
# --branch=cmake-plugins-dev)
# opencc 项目(基于 git)
# add_subdirectory(opencc-demo-plugin)