Jelajahi Sumber

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

zinface 1 tahun lalu
induk
melakukan
199f57b975
1 mengubah file dengan 7 tambahan dan 4 penghapusan
  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)