diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
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" |