diff options
Diffstat (limited to 'src')
| -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 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") |
