aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"