Skip to content
Snippets Groups Projects
Commit 5f611244 authored by David Flitney's avatar David Flitney
Browse files

*** empty log message ***

parent 613d5932
No related branches found
No related tags found
No related merge requests found
ADD_LIBRARY( miscmaths SET(sources
miscmaths.cc miscmaths.cc
optimise.cc optimise.cc
miscprob.cc miscprob.cc
...@@ -13,5 +13,12 @@ ADD_LIBRARY( miscmaths ...@@ -13,5 +13,12 @@ ADD_LIBRARY( miscmaths
cspline.cc cspline.cc
sparse_matrix.cc sparse_matrix.cc
sparsefn.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment