Merge branch 'develop' into main

This commit is contained in:
tastytea 2019-09-22 03:04:26 +02:00
commit 86cc616eb2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 6 additions and 3 deletions

View File

@ -124,8 +124,10 @@ can install it from
https://addons.mozilla.org/en-US/firefox/addon/remwharead/[addons.mozilla.org]
or build it yourself with `build_xpi.sh`.
// Not possible yet. <https://github.com/go-gitea/gitea/issues/6359>
// include::CONTRIBUTING.adoc[]
== Contributing
See
https://schlomp.space/tastytea/remwharead/src/branch/main/CONTRIBUTING.adoc[CONTRIBUTING.adoc].
== Copyright

View File

@ -1,5 +1,6 @@
include(GNUInstallDirs)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
# The trailing / is important.
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/"
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}"
FILES_MATCHING PATTERN "*.hpp")