aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-26 05:56:46 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-26 05:56:46 +0000
commit0c3360c2bb9b63d35d0f4ce3604d5ced7eb0a7e3 (patch)
treeef8d82c95aa154c6d82ee8199a5d2f4041d0c92d /src
parent2d7eebdbf07d374c23e40a01efec3d486f46a693 (diff)
downloadqmmp-0c3360c2bb9b63d35d0f4ce3604d5ced7eb0a7e3.tar.gz
qmmp-0c3360c2bb9b63d35d0f4ce3604d5ced7eb0a7e3.tar.bz2
qmmp-0c3360c2bb9b63d35d0f4ce3604d5ced7eb0a7e3.zip
fixed cmake build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8059 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt
index 1423601e5..fd8ed03cd 100644
--- a/src/qmmp/CMakeLists.txt
+++ b/src/qmmp/CMakeLists.txt
@@ -16,6 +16,8 @@ SET(libqmmp_DEFINES ${libqmmp_DEFINES} SVN_REVISION="${SVN_REVISION}")
ENDIF(SVN_REVISION)
ENDIF(NOT QMMP_VERSION_STABLE)
+SET(libqmmp_DEFINES ${libqmmp_DEFINES} QMMP_PLUGIN_DIR="${PLUGIN_DIR}")
+
include_directories(${CMAKE_CURRENT_BINARY_DIR})
SET(QMMP_DEFAULT_OUTPUT "" CACHE STRING "default output plugin")