diff options
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 9b45af1c8..0945faa8b 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -61,6 +61,7 @@ SET(libqmmp_SRCS channelmap.cpp channelconverter.cpp volume.cpp + dithering.cpp ) SET(libqmmp_HDRS @@ -90,6 +91,7 @@ SET(libqmmp_HDRS output.h channelmap.h channelconverter_p.h + dithering_p.h ) SET(libqmmp_DEVEL_HDRS |
