]> ruin.nu Git - germs.git/commit
Make it possible to build statically against the included fann library.
authorMichael Andreen <harv@ruin.nu>
Wed, 19 Dec 2007 13:18:03 +0000 (14:18 +0100)
committerMichael Andreen <harv@ruin.nu>
Wed, 19 Dec 2007 13:18:03 +0000 (14:18 +0100)
commit40d817fd1c0ec184927450858ca95b722ae8acba
tree60994b3be32ed0bf7d4f04e414fde10d4b9b8a9f
parent0ced9c229cf05fa677686df27eca9f167f11a87f
Make it possible to build statically against the included fann library.

Now checks to see if fann is installed on the system. If fann is installed
it will link dynamically to this library, otherwise a static library will
be built and linked with.
22 files changed:
fann/AUTHORS [new file with mode: 0644]
fann/COPYING [new file with mode: 0644]
fann/src/COPYING [new file with mode: 0644]
fann/src/doublefann.c [new file with mode: 0644]
fann/src/fann.c [new file with mode: 0644]
fann/src/fann_cascade.c [new file with mode: 0644]
fann/src/fann_error.c [new file with mode: 0644]
fann/src/fann_io.c [new file with mode: 0644]
fann/src/fann_train.c [new file with mode: 0644]
fann/src/fann_train_data.c [new file with mode: 0644]
fann/src/include/config.h [new file with mode: 0644]
fann/src/include/doublefann.h [new file with mode: 0644]
fann/src/include/fann.h [new file with mode: 0644]
fann/src/include/fann_activation.h [new file with mode: 0644]
fann/src/include/fann_cascade.h [new file with mode: 0644]
fann/src/include/fann_data.h [new file with mode: 0644]
fann/src/include/fann_error.h [new file with mode: 0644]
fann/src/include/fann_internal.h [new file with mode: 0644]
fann/src/include/fann_io.h [new file with mode: 0644]
fann/src/include/fann_train.h [new file with mode: 0644]
src/CMakeLists.txt
src/test/CMakeLists.txt