aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-03-12 16:40:43 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-03-12 16:40:43 +0300
commit38004f74df5b2dbcb07e6ad5ac2272f16882e018 (patch)
tree119c13cab68e3f38c77a737a7f15a3dad74c1343 /CMakeLists.txt
parent11568ad166dc9312593fa4caf05aaa4a11f21b17 (diff)
Add basic ops
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d38773b..1c854de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ option(LINEAR_ALGEBRA_BUILD_EXAMPLES "Build example programs" ON)
add_library(linear_algebra
src/vector.cpp
src/matrix.cpp
+ src/norms.cpp
)
add_library(linear_algebra::core ALIAS linear_algebra)