add matrix and matrix log
This commit is contained in:
12
meson.build
12
meson.build
@@ -7,13 +7,21 @@ project(
|
||||
)
|
||||
|
||||
add_project_arguments (
|
||||
'-pedantic',
|
||||
'-Wpedantic',
|
||||
'-Wshadow',
|
||||
'-Wno-comment',
|
||||
'-Wno-gnu-zero-variadic-macro-arguments',
|
||||
#'-Wno-gnu-zero-variadic-macro-arguments',
|
||||
'-Wunused-but-set-variable',
|
||||
language: 'cpp'
|
||||
)
|
||||
|
||||
compiler = meson.get_compiler('cpp')
|
||||
if compiler.get_id() == 'gcc'
|
||||
message('Compiler: GCC')
|
||||
elif compiler.get_id() == 'clang'
|
||||
message('Compiler: LLVM/clang')
|
||||
endif
|
||||
|
||||
args = []
|
||||
deps = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user