From d08222efbc76aa734b35bbbe7482f60a5e35a28c Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 17 Oct 2022 19:21:16 +0300 Subject: CMake: forgot to list the "include" directory --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 07b7e1a..989741a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -286,6 +286,7 @@ set(libADLMIDI_SOURCES # Make headers being properly visible at IDEs file(GLOB libADLMIDI_HEADERS + ${libADLMIDI_SOURCE_DIR}/include/*.h ${libADLMIDI_SOURCE_DIR}/src/*.h ${libADLMIDI_SOURCE_DIR}/src/*.hpp ${libADLMIDI_SOURCE_DIR}/src/wopl/*.h -- cgit v1.2.3