From: Michael Andreen Date: Thu, 14 Jun 2007 14:13:15 +0000 (+0000) Subject: put executables in the right place X-Git-Tag: v0.1~80 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=ac2b936d719954bf180763f5b77caae79ce8b2c6 put executables in the right place --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c2141e5..8fb76d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ PROJECT(GeneSort) SET(CMAKE_VERBOSE_MAKEFILE OFF) +SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) SUBDIRS(src)