aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-03-21 16:49:34 +0100
committerAnton Khirnov <anton@khirnov.net>2019-03-21 16:49:34 +0100
commit5d2ef4ffd05593f91f9b00546be76de4b8075ae3 (patch)
tree1317a083f288ac9af77841dc9dcffe40cde1b3f8 /meson.build
parent237cfd200d9061962b98ac17726602d2e681ea33 (diff)
ndarray: add new API for n-dimensional arrays
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 73dfee9..3d5b035 100644
--- a/meson.build
+++ b/meson.build
@@ -10,6 +10,7 @@ lib_src = [
'ell_grid_solve.c',
'log.c',
'mg2d.c',
+ 'ndarray.c',
'residual_calc.c',
]
lib_obj = []