diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-09 19:20:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-01-09 19:20:55 +0000 |
| commit | 32c373a486e7603fcebff2e9603e9c481e15e6f8 (patch) | |
| tree | 286dc5b23c1cb5ae7051fcee56cfa38856924a80 | |
| parent | 2c1e28c76c5863f5c69f173678f60ac79cc56839 (diff) | |
| download | qmmp-32c373a486e7603fcebff2e9603e9c481e15e6f8.tar.gz qmmp-32c373a486e7603fcebff2e9603e9c481e15e6f8.tar.bz2 qmmp-32c373a486e7603fcebff2e9603e9c481e15e6f8.zip | |
updated cmake file
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6957 90c681e8-e032-0410-971d-27865f9a5e38
| -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 de6f7764a..c11bf4dbc 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -69,6 +69,7 @@ SET(libqmmp_SRCS channelconverter.cpp volume.cpp dithering.cpp + visualbuffer.cpp ) SET(libqmmp_HDRS @@ -99,6 +100,7 @@ SET(libqmmp_HDRS channelmap.h channelconverter_p.h dithering_p.h + visualbuffer_p.h ) SET(libqmmp_DEVEL_HDRS |
