aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2019-12-06 00:26:00 +0300
committerWohlstand <admin@wohlnet.ru>2019-12-06 00:26:00 +0300
commit9a32beb93117e95ae6f4bf88d9bf5c815a774d60 (patch)
treed2412f258004188413296130c5fb57421c0b8967 /CMakeLists.txt
parent3fe58d6494528df2f13e5029e764ae28b2d302c8 (diff)
downloadlibADLMIDI-9a32beb93117e95ae6f4bf88d9bf5c815a774d60.tar.gz
libADLMIDI-9a32beb93117e95ae6f4bf88d9bf5c815a774d60.tar.bz2
libADLMIDI-9a32beb93117e95ae6f4bf88d9bf5c815a774d60.zip
CMake: Added docks installing
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 f6ac5af..08de929 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -360,6 +360,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"