aboutsummaryrefslogtreecommitdiffstats
path: root/math/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'math/meson.build')
-rw-r--r--math/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/meson.build b/math/meson.build
new file mode 100644
index 0000000..a1f9227
--- /dev/null
+++ b/math/meson.build
@@ -0,0 +1,13 @@
+sources += files(
+'abs.c',
+'div.c',
+'fabs.c',
+'fabsf.c',
+'fabsl.c',
+'imaxabs.c',
+'labs.c',
+'ldiv.c',
+'imaxdiv.c',
+'llabs.c',
+'lldiv.c'
+)