diff --git a/CMakeLists.txt b/CMakeLists.txt index 9061aec..93f6aa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +project (LinAlgebra) + set(LinAlgebra_Sources Linalg.h LUDecomp.cpp