From: Michael Andreen Date: Thu, 14 Jun 2007 12:30:10 +0000 (+0000) Subject: link with fann X-Git-Tag: v0.1~86 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=9f9d091caec31672373596b1217e2019b05b465e link with fann --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 469344f..7367530 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,3 +6,5 @@ ADD_DEFINITIONS(-Wall -O2) INCLUDE_DIRECTORIES(.) ADD_EXECUTABLE(../bin/genesort main.cpp GeneOrder.cpp) + +TARGET_LINK_LIBRARIES(../bin/genesort doublefann)