summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-25 12:58:37 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-06-26 05:57:21 +0000
commitb75198842550c75fbb2a2d5023f4716dfe2a5c77 (patch)
tree0341bbb1615e140b6db757a7402097b3fa2fc405
parente639ca83dd38c6d70be8e79966ad6ef929f23e51 (diff)
downloadamarok-b7519884.tar.gz
amarok-b7519884.zip
Add akode library path to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
-rw-r--r--amarok/src/engine/akode/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/amarok/src/engine/akode/CMakeLists.txt b/amarok/src/engine/akode/CMakeLists.txt
index 2fc9c453..71483fc1 100644
--- a/amarok/src/engine/akode/CMakeLists.txt
+++ b/amarok/src/engine/akode/CMakeLists.txt
@@ -19,6 +19,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${AKODE_LIBRARY_DIRS}
)