mirror of https://gitee.com/cxasm/notepad--.git
cmake-plugin: 调整预置的构建示例注释结构
This commit is contained in:
parent
eca90aacbd
commit
199f57b975
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue