diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |