Skip to content
Snippets Groups Projects
CMakeLists.txt 452 B
Newer Older
David Flitney's avatar
David Flitney committed
SET(sources
David Flitney's avatar
David Flitney committed
  miscmaths.cc
  optimise.cc
  miscprob.cc
  kernel.cc
  histogram.cc
  base2z.cc
  t2z.cc
  f2z.cc
  volume.cc
  volumeseries.cc
  minimize.cc
  cspline.cc
  sparse_matrix.cc
  sparsefn.cc
David Flitney's avatar
David Flitney committed
  rungekutta.cc)
David Flitney's avatar
David Flitney committed
ADD_LIBRARY(miscmaths ${sources})

INCLUDE_DIRECTORIES(${FSL_DIR}/include)
INCLUDE_DIRECTORIES(${FSL_DIR}/extras/include/newmat)
INCLUDE_DIRECTORIES(${FSL_DIR}/extras/include/libprob)

David Flitney's avatar
David Flitney committed
INSTALL_FILES(/include/miscmaths .h ${sources})