From 5f61124427ed08ea3fe47e283b95fa68a90f6a1e Mon Sep 17 00:00:00 2001 From: David Flitney <dave.flitney@ndcn.ox.ac.uk> Date: Sat, 3 Sep 2005 13:15:58 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df58c4e..45eb7c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -ADD_LIBRARY( miscmaths +SET(sources miscmaths.cc optimise.cc miscprob.cc @@ -13,5 +13,12 @@ ADD_LIBRARY( miscmaths cspline.cc sparse_matrix.cc sparsefn.cc - rungekutta.cc ) + rungekutta.cc) +ADD_LIBRARY(miscmaths ${sources}) + +INCLUDE_DIRECTORIES(${FSL_DIR}/include) +INCLUDE_DIRECTORIES(${FSL_DIR}/extras/include/newmat) +INCLUDE_DIRECTORIES(${FSL_DIR}/extras/include/libprob) + +INSTALL_FILES(/include .h ${sources} \ No newline at end of file -- GitLab