From edd954f9f31863710f404ef3e6f0ebd2a16ce489 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 01 2月 2020 03:25:18 +0800
Subject: [PATCH] add google verification

---
 doc/resources/googleae93b5a7f3766641.html |    1 +
 CMakeLists.txt                            |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbe4814..2b6812a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -157,11 +157,12 @@
 find_package(Doxygen COMPONENTS dot)
 IF(Doxygen_FOUND)
     message(STATUS "Doxygen found, generating docs.")
-    SET(DOXYGEN_EXCLUDE_PATTERNS "*/library/ini/*")
+    SET(DOXYGEN_EXCLUDE_PATTERNS "*/library/ini/*;*/doc/resources/*")
     SET(DOXYGEN_DISABLE_INDEX YES)
     SET(DOXYGEN_GENERATE_TREEVIEW YES)
     SET(DOXYGEN_LAYOUT_FILE "${CMAKE_CURRENT_SOURCE_DIR}/doc/DoxygenLayout.xml")
 	doxygen_add_docs(docs doc src include/licensecc COMMENT "doxygen docs")
+	file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/doc/resources/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/html")
 ELSE(Doxygen_FOUND)
 	message(STATUS "Doxygen not found, not generating docs.")
 ENDIF(Doxygen_FOUND)
diff --git a/doc/resources/googleae93b5a7f3766641.html b/doc/resources/googleae93b5a7f3766641.html
new file mode 100644
index 0000000..a063c76
--- /dev/null
+++ b/doc/resources/googleae93b5a7f3766641.html
@@ -0,0 +1 @@
+google-site-verification: googleae93b5a7f3766641.html
\ No newline at end of file

--
Gitblit v1.9.1