mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
style: fix trailing whitespace in meson.build
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
project('cglm', 'c',
|
project('cglm', 'c',
|
||||||
version : '0.8.3',
|
version : '0.8.3',
|
||||||
license : 'mit',
|
license : 'mit',
|
||||||
default_options : [
|
default_options : [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
@@ -111,8 +111,8 @@ test_src = files(
|
|||||||
'test/src/tests.c'
|
'test/src/tests.c'
|
||||||
)
|
)
|
||||||
|
|
||||||
test_exe = executable('tests',
|
test_exe = executable('tests',
|
||||||
test_src,
|
test_src,
|
||||||
dependencies : cglm_dep,
|
dependencies : cglm_dep,
|
||||||
c_args : '-DGLM_TESTS_NO_COLORFUL_OUTPUT'
|
c_args : '-DGLM_TESTS_NO_COLORFUL_OUTPUT'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user