diff --git a/CMakeList.txt b/CMakeList.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f1d67c3d757cfff4ec24e62b010f41729f2eff7 --- /dev/null +++ b/CMakeList.txt @@ -0,0 +1,16 @@ +ADD_LIBRARY(miscmaths + 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 + rungekutta.cc)