瀏覽代碼

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

zinface 1 年之前
父節點
當前提交
199f57b975
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7 4
      src/plugin/CMakeLists.txt

+ 7 - 4
src/plugin/CMakeLists.txt

@@ -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)