aboutsummaryrefslogtreecommitdiffstats
path: root/src/libnml/posemath/meson.build
blob: 20062692f1d77dfb3c2d67c6b1dd82d66e56e4ef (plain)
1
2
3
4
5
6
7
8
9
10
posemath_cpp_srcs = files([
    'posemath.cc',
])
posemath_srcs = files([
    '_posemath.c',
    'sincos.c',
    'gomath.c',
])

posemath_inc = include_directories('.')
bues.ch cgit interface