aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-01-09 11:57:36 +0300
committerWohlstand <admin@wohlnet.ru>2020-01-09 11:57:36 +0300
commit85e84137c26c8602b5659a22af8c1a9ea1c00ec1 (patch)
tree674b1a70dc4124b88bfbe6000527d29862b4485c /CMakeLists.txt
parente7847d9ff4a71c0f5266d611b5c20988f0709f4f (diff)
parent3bd5a50bff5462687377e428933bb1099c30e359 (diff)
downloadlibADLMIDI-85e84137c26c8602b5659a22af8c1a9ea1c00ec1.tar.gz
libADLMIDI-85e84137c26c8602b5659a22af8c1a9ea1c00ec1.tar.bz2
libADLMIDI-85e84137c26c8602b5659a22af8c1a9ea1c00ec1.zip
Merge branch 'master' into wip-new-embedded-banks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1dc7a5e..3ce3e7d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -363,6 +363,13 @@ install(FILES
include/adlmidi.hpp
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
+file(GLOB DOCTXT_FILES
+ "${libADLMIDI_SOURCE_DIR}/LICENSE*.txt"
+ README.md AUTHORS
+)
+install(FILES ${DOCTXT_FILES}
+ DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/doc/libADLMIDI")
+
if(NOT ANDROID)
configure_file(libADLMIDI.pc.in libADLMIDI.pc @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libADLMIDI.pc"