diff --git a/CMakeList.txt b/CMakeLists.txt similarity index 81% rename from CMakeList.txt rename to CMakeLists.txt index 3f1d67c3d757cfff4ec24e62b010f41729f2eff7..df58c4ec0c1b78d3a12acf66f17ecd52602f0691 100644 --- a/CMakeList.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -ADD_LIBRARY(miscmaths +ADD_LIBRARY( miscmaths miscmaths.cc optimise.cc miscprob.cc @@ -13,4 +13,5 @@ ADD_LIBRARY(miscmaths cspline.cc sparse_matrix.cc sparsefn.cc - rungekutta.cc) + rungekutta.cc ) +