diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-22 19:50:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-22 19:50:19 +0000 |
| commit | 68ccf6793aab292b08217e5f94bb0798dfd1ce56 (patch) | |
| tree | 125d3120cf31e1288fab0838f73227ab006964d1 | |
| parent | 59073ad39fbfff9d69a73209939ce3aa283d0199 (diff) | |
| download | qmmp-68ccf6793aab292b08217e5f94bb0798dfd1ce56.tar.gz qmmp-68ccf6793aab292b08217e5f94bb0798dfd1ce56.tar.bz2 qmmp-68ccf6793aab292b08217e5f94bb0798dfd1ce56.zip | |
fixed build regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7797 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt index 270c1a8d1..397671db6 100644 --- a/src/qmmp/CMakeLists.txt +++ b/src/qmmp/CMakeLists.txt @@ -1,5 +1,6 @@ project(libqmmp) +ADD_DEFINITIONS(-DQMMP_LIBRARY) SET(libqmmp_DEFINES LIB_DIR="/${LIB_DIR}" QMMP_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}" diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index d4ede6378..9427fa7fb 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -1,5 +1,7 @@ project(libqmmpui) +ADD_DEFINITIONS(-DQMMPUI_LIBRARY) + include_directories(${CMAKE_CURRENT_SOURCE_DIR}) # libqmmp |
