]> ruin.nu Git - germs.git/commitdiff
library path is good
authorMichael Andreen <harv@ruin.nu>
Thu, 14 Jun 2007 20:10:03 +0000 (20:10 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 14 Jun 2007 20:10:03 +0000 (20:10 +0000)
CMakeLists.txt

index 8fb76d8afe0d755b9c7b910255340eb86748dbb6..f6f43267082e2f1054e80fc9893164e83f0328cd 100644 (file)
@@ -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)