File includes.diff of Package mingw64-grantlee5
--- a/templates/lib/CMakeLists.txt 2019-12-18 20:57:28.000000000 +0100
+++ b/templates/lib/CMakeLists.txt 2019-12-19 00:53:23.253568027 +0100
@@ -125,7 +125,7 @@
RUNTIME DESTINATION bin COMPONENT Templates
LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates
ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT Templates
- INCLUDES DESTINATION include
+ INCLUDES DESTINATION include/grantlee5
)
install(FILES
@@ -152,10 +152,10 @@
token.h
util.h
variable.h
- DESTINATION include/grantlee COMPONENT Templates
+ DESTINATION include/grantlee5/grantlee COMPONENT Templates
)
install(FILES
grantlee_templates.h
- DESTINATION include COMPONENT Templates
+ DESTINATION include/grantlee5 COMPONENT Templates
)
--- a/textdocument/lib/CMakeLists.txt 2019-12-18 20:57:28.000000000 +0100
+++ b/textdocument/lib/CMakeLists.txt 2019-12-19 00:54:55.780989914 +0100
@@ -48,7 +48,7 @@
RUNTIME DESTINATION bin COMPONENT TextDocument
LIBRARY DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument
ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT TextDocument
- INCLUDES DESTINATION include
+ INCLUDES DESTINATION include/grantlee5
)
install(FILES
@@ -59,10 +59,10 @@
texthtmlbuilder.h
mediawikimarkupbuilder.h
${CMAKE_CURRENT_BINARY_DIR}/grantlee_textdocument_export.h
- DESTINATION include/grantlee COMPONENT TextDocument
+ DESTINATION include/grantlee5/grantlee COMPONENT TextDocument
)
install(FILES
grantlee_textdocument.h
- DESTINATION include COMPONENT TextDocument
+ DESTINATION include/grantlee5 COMPONENT TextDocument
)