[Groonga-commit] groonga/groonga at 4af705f [master] cmake: install missing *.hpp (#923)

Back to archive index
Kentaro Hayashi null+****@clear*****
Thu Apr 4 12:59:22 JST 2019


Kentaro Hayashi	2019-04-04 12:59:22 +0900 (Thu, 04 Apr 2019)

  Revision: 4af705f4533308c2ff424ee76636cf09541ced1d
  https://github.com/groonga/groonga/commit/4af705f4533308c2ff424ee76636cf09541ced1d

  Message:
    cmake: install missing *.hpp (#923)

  Modified files:
    include/CMakeLists.txt

  Modified: include/CMakeLists.txt (+7 -3)
===================================================================
--- include/CMakeLists.txt    2019-04-04 09:47:12 +0900 (0535022f4)
+++ include/CMakeLists.txt    2019-04-04 12:59:22 +0900 (00b475c74)
@@ -14,9 +14,13 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-install(FILES groonga.h DESTINATION "${GRN_INCLUDE_DIR}")
+install(FILES groonga.h groonga.hpp DESTINATION "${GRN_INCLUDE_DIR}")
 install(DIRECTORY groonga DESTINATION "${GRN_INCLUDE_DIR}"
-  FILES_MATCHING PATTERN "*.h")
+  FILES_MATCHING
+    PATTERN "*.h"
+    PATTERN "*.hpp")
 install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/groonga"
   DESTINATION "${GRN_INCLUDE_DIR}"
-  FILES_MATCHING PATTERN "*.h")
+  FILES_MATCHING
+    PATTERN "*.h"
+    PATTERN "*.hpp")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190404/ba9b4cc5/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index