aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
commitf360d9de6ff14a66e327f6d2c985a4327be4019b (patch)
tree9268d517db02f5ceb3e767aa49cfa3218c6815ef /src/plugins/Input/mad/CMakeLists.txt
parente7440f3513c0ef3e296e77f2da6f8845db0c6c93 (diff)
downloadqmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.gz
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.bz2
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.zip
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@236 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/CMakeLists.txt')
-rw-r--r--src/plugins/Input/mad/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/CMakeLists.txt b/src/plugins/Input/mad/CMakeLists.txt
index 3e4dfa9d0..0fda693b5 100644
--- a/src/plugins/Input/mad/CMakeLists.txt
+++ b/src/plugins/Input/mad/CMakeLists.txt
@@ -26,7 +26,7 @@ SET(QT_INCLUDES
# libqmmp
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
-link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
+link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp)
# libmad and taglib
PKGCONFIG(mad MAD_INCLUDE_DIR MAD_LINK_DIR MAD_LINK_FLAGS MAD_CFLAGS)