From f5d91da6bed3743ed544facd898fd17b10df9110 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 8 Sep 2007 14:53:41 +0000 Subject: added custom library path git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@144 90c681e8-e032-0410-971d-27865f9a5e38 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f