From 50fe14f4b7140175fe3aa9117cd25065b6c2d333 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Thu, 19 Jun 2008 14:19:31 +0000 Subject: [PATCH] add files here git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@822217 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/taglib/CMakeLists.txt b/taglib/CMakeLists.txt index 98f11bfd..9ad3c816 100644 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@ -130,6 +130,11 @@ riff/aiff/aifffile.cpp riff/aiff/aiffproperties.cpp ) +SET(wav_SRCS +riff/wav/wavfile.cpp +riff/wav/wavproperties.cpp +) + SET(toolkit_SRCS toolkit/tstring.cpp toolkit/tstringlist.cpp @@ -142,7 +147,7 @@ toolkit/unicode.cpp SET(tag_LIB_SRCS ${mpeg_SRCS} ${id3v1_SRCS} ${id3v2_SRCS} ${frames_SRCS} ${ogg_SRCS} ${vorbis_SRCS} ${oggflacs_SRCS} ${mpc_SRCS} ${ape_SRCS} ${toolkit_SRCS} ${flacs_SRCS} - ${wavpack_SRCS} ${speex_SRCS} ${trueaudio_SRCS} ${riff_SRCS} ${aiff_SRCS} + ${wavpack_SRCS} ${speex_SRCS} ${trueaudio_SRCS} ${riff_SRCS} ${aiff_SRCS} ${wav_SRCS} tag.cpp tagunion.cpp fileref.cpp