diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 17:27:14 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 17:27:14 +0000 |
| commit | a675c9782c987995dd6251adcd09be2cc28f8b1d (patch) | |
| tree | 72fd7dca80d96925d0ee45d02f0ffd9299dba7f1 | |
| parent | b5643e3ba29ce108c9219421fd7b11a9427df5ca (diff) | |
| download | qmmp-a675c9782c987995dd6251adcd09be2cc28f8b1d.tar.gz qmmp-a675c9782c987995dd6251adcd09be2cc28f8b1d.tar.bz2 qmmp-a675c9782c987995dd6251adcd09be2cc28f8b1d.zip | |
updated cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@109 90c681e8-e032-0410-971d-27865f9a5e38
| -rwxr-xr-x | clear_cmake.sh | 4 | ||||
| -rw-r--r-- | lib/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | lib/qmmp/Input/ffmpeg/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lib/qmmp/Input/flac/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lib/qmmp/Input/mad/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lib/qmmp/Input/mpc/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lib/qmmp/Input/vorbis/CMakeLists.txt | 2 |
7 files changed, 5 insertions, 10 deletions
diff --git a/clear_cmake.sh b/clear_cmake.sh index 32d90449f..5ce36d0b9 100755 --- a/clear_cmake.sh +++ b/clear_cmake.sh @@ -49,3 +49,7 @@ clean cd .. cd jack clean +#clean oss +cd .. +cd oss +clean diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 134101ee4..25c54ee8e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -20,6 +20,7 @@ SET(libqmmp_SRCS recycler.cpp decoder.cpp output.cpp + filetag.cpp equ/iir.c equ/iir_cfs.c equ/iir_fpu.c diff --git a/lib/qmmp/Input/ffmpeg/CMakeLists.txt b/lib/qmmp/Input/ffmpeg/CMakeLists.txt index bd0481a39..31f8520b4 100644 --- a/lib/qmmp/Input/ffmpeg/CMakeLists.txt +++ b/lib/qmmp/Input/ffmpeg/CMakeLists.txt @@ -61,11 +61,9 @@ SET(libffmpeg_SRCS decoder_ffmpeg.cpp decoderffmpegfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libffmpeg_MOC_HDRS - tag.h decoderffmpegfactory.h decoder_ffmpeg.h detailsdialog.h diff --git a/lib/qmmp/Input/flac/CMakeLists.txt b/lib/qmmp/Input/flac/CMakeLists.txt index 1efc7bb43..6d9a49b80 100644 --- a/lib/qmmp/Input/flac/CMakeLists.txt +++ b/lib/qmmp/Input/flac/CMakeLists.txt @@ -53,11 +53,9 @@ SET(libflac_SRCS decoder_flac.cpp decoderflacfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libflac_MOC_HDRS - tag.h decoderflacfactory.h decoder_flac.h detailsdialog.h diff --git a/lib/qmmp/Input/mad/CMakeLists.txt b/lib/qmmp/Input/mad/CMakeLists.txt index 7b280dff7..ed6400c59 100644 --- a/lib/qmmp/Input/mad/CMakeLists.txt +++ b/lib/qmmp/Input/mad/CMakeLists.txt @@ -54,13 +54,11 @@ SET(libmad_SRCS decoder_mad.cpp decodermadfactory.cpp detailsdialog.cpp - id3tag.cpp settingsdialog.cpp ) SET(libmad_MOC_HDRS settingsdialog.h - id3tag.h decodermadfactory.h decoder_mad.h detailsdialog.h diff --git a/lib/qmmp/Input/mpc/CMakeLists.txt b/lib/qmmp/Input/mpc/CMakeLists.txt index 30b2af596..3b11922df 100644 --- a/lib/qmmp/Input/mpc/CMakeLists.txt +++ b/lib/qmmp/Input/mpc/CMakeLists.txt @@ -47,11 +47,9 @@ SET(libmpc_SRCS decoder_mpc.cpp decodermpcfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libmpc_MOC_HDRS - tag.h decodermpcfactory.h decoder_mpc.h detailsdialog.h diff --git a/lib/qmmp/Input/vorbis/CMakeLists.txt b/lib/qmmp/Input/vorbis/CMakeLists.txt index 4eaab898a..4633220f4 100644 --- a/lib/qmmp/Input/vorbis/CMakeLists.txt +++ b/lib/qmmp/Input/vorbis/CMakeLists.txt @@ -64,11 +64,9 @@ SET(libvorbis_SRCS decoder_vorbis.cpp decodervorbisfactory.cpp detailsdialog.cpp - tag.cpp ) SET(libvorbis_MOC_HDRS - tag.h decodervorbisfactory.h decoder_vorbis.h detailsdialog.h |
