diff options
| author | Wohlstand <admin@wohlnet.ru> | 2022-10-17 19:21:16 +0300 |
|---|---|---|
| committer | Wohlstand <admin@wohlnet.ru> | 2022-10-17 19:21:16 +0300 |
| commit | d08222efbc76aa734b35bbbe7482f60a5e35a28c (patch) | |
| tree | 2d00312e2ba22ca103d6b2919bfae1aaafbdfaee | |
| parent | f2791917a2a7b3ed88ef32d4602f0fe297955b67 (diff) | |
| download | libADLMIDI-d08222efbc76aa734b35bbbe7482f60a5e35a28c.tar.gz libADLMIDI-d08222efbc76aa734b35bbbe7482f60a5e35a28c.tar.bz2 libADLMIDI-d08222efbc76aa734b35bbbe7482f60a5e35a28c.zip | |
CMake: forgot to list the "include" directory
| -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 |