aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-09-08 14:53:41 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-09-08 14:53:41 +0000
commitf5d91da6bed3743ed544facd898fd17b10df9110 (patch)
tree590c496d438c26cabb00837d7935540018b1db5d /CMakeLists.txt
parentbfcd52034d3b0a10f3fae5812bdc2a2943700fe8 (diff)
downloadqmmp-f5d91da6bed3743ed544facd898fd17b10df9110.tar.gz
qmmp-f5d91da6bed3743ed544facd898fd17b10df9110.tar.bz2
qmmp-f5d91da6bed3743ed544facd898fd17b10df9110.zip
added custom library path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@144 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1403f8cb8..0ecd753d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+SET(LIB_DIR "lib" CACHE STRING "library path")
add_subdirectory(lib)
add_subdirectory(lib/qmmp)
add_subdirectory(src)