From: Michael Andreen Date: Thu, 14 Jun 2007 20:10:03 +0000 (+0000) Subject: library path is good X-Git-Tag: v0.1~76 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=9bee519a1921bce86ccd5769cb1117083402b083 library path is good --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb76d8..f6f4326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,5 +2,6 @@ PROJECT(GeneSort) SET(CMAKE_VERBOSE_MAKEFILE OFF) SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) +SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) SUBDIRS(src)