mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Merge pull request #203 from bwhmather/meson-fixes
Update lists of source files in meson.build
This commit is contained in:
16
meson.build
16
meson.build
@@ -56,11 +56,11 @@ cglm_src = files(
|
|||||||
'src/clipspace/persp_lh_no.c',
|
'src/clipspace/persp_lh_no.c',
|
||||||
'src/clipspace/persp_lh_zo.c',
|
'src/clipspace/persp_lh_zo.c',
|
||||||
'src/clipspace/persp_rh_no.c',
|
'src/clipspace/persp_rh_no.c',
|
||||||
'src/clipspace/persp_rh_zo.c'
|
'src/clipspace/persp_rh_zo.c',
|
||||||
'src/clipspace/view_lh_no.c',
|
'src/clipspace/view_lh_no.c',
|
||||||
'src/clipspace/view_lh_zo.c',
|
'src/clipspace/view_lh_zo.c',
|
||||||
'src/clipspace/view_rh_no.c'
|
'src/clipspace/view_rh_no.c',
|
||||||
'src/clipspace/view_rh_zo.c'
|
'src/clipspace/view_rh_zo.c',
|
||||||
)
|
)
|
||||||
|
|
||||||
cglm_lib = library('cglm',
|
cglm_lib = library('cglm',
|
||||||
@@ -102,13 +102,17 @@ if get_option('build_tests') == true
|
|||||||
|
|
||||||
test_src = files(
|
test_src = files(
|
||||||
'test/runner.c',
|
'test/runner.c',
|
||||||
'test/src/test_euler.c',
|
|
||||||
'test/src/test_bezier.c',
|
'test/src/test_bezier.c',
|
||||||
'test/src/test_cam.c',
|
'test/src/test_cam.c',
|
||||||
'test/src/test_struct.c',
|
'test/src/test_cam_lh_no.c',
|
||||||
|
'test/src/test_cam_lh_zo.c',
|
||||||
|
'test/src/test_cam_rh_no.c',
|
||||||
|
'test/src/test_cam_rh_zo.c',
|
||||||
'test/src/test_clamp.c',
|
'test/src/test_clamp.c',
|
||||||
'test/src/test_common.c',
|
'test/src/test_common.c',
|
||||||
'test/src/tests.c'
|
'test/src/test_euler.c',
|
||||||
|
'test/src/tests.c',
|
||||||
|
'test/src/test_struct.c',
|
||||||
)
|
)
|
||||||
|
|
||||||
test_exe = executable('tests',
|
test_exe = executable('tests',
|
||||||
|
|||||||
Reference in New Issue
Block a user