From 6df1ee890e38510942342d4b05e3b0a402392b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ko=CC=88hler?= Date: Thu, 29 Aug 2024 20:24:14 +0200 Subject: [PATCH] CMakeLists.txt: fixed project name --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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