From 9a32beb93117e95ae6f4bf88d9bf5c815a774d60 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 6 Dec 2019 00:26:00 +0300 Subject: CMake: Added docks installing --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CMakeLists.txt') 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" -- cgit v1.2.3