fix meson
This commit is contained in:
parent
2c6d37ccea
commit
8ee6a67ef4
@ -15,7 +15,6 @@ add_project_arguments (
|
|||||||
'-Wno-comment',
|
'-Wno-comment',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
'-Wno-unused-value',
|
'-Wno-unused-value',
|
||||||
'-Wno-unused-header',
|
|
||||||
'-Wno-missing-field-initializers',
|
'-Wno-missing-field-initializers',
|
||||||
'-Wno-narrowing',
|
'-Wno-narrowing',
|
||||||
'-Wno-deprecated-enum-enum-conversion',
|
'-Wno-deprecated-enum-enum-conversion',
|
||||||
@ -28,8 +27,6 @@ add_project_arguments (
|
|||||||
language: 'cpp'
|
language: 'cpp'
|
||||||
)
|
)
|
||||||
|
|
||||||
#############################################################
|
|
||||||
|
|
||||||
#args = ['-lglfw', '-ldl', '-lGL', '-lpthread', '-lX11', '-lXxf86vm', '-lXrandr', '-lXi']
|
#args = ['-lglfw', '-ldl', '-lGL', '-lpthread', '-lX11', '-lXxf86vm', '-lXrandr', '-lXi']
|
||||||
args = []
|
args = []
|
||||||
deps = []
|
deps = []
|
||||||
@ -49,6 +46,6 @@ deps = [
|
|||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
|
|
||||||
message('==================================================================================================================')
|
message('===================================================================================================================')
|
||||||
message('=== т.к. мы не включаем зависимости в проект, котрый пушм на гит, то их нужно все подключить в deps (см. выше) ===')
|
message('=== т.к. мы не включаем зависимости в проект, котрый пушим на гит, то их нужно все подключить в deps (см. выше) ===')
|
||||||
message('==================================================================================================================')
|
message('===================================================================================================================')
|
||||||
|
@ -19,7 +19,6 @@ lib = library(
|
|||||||
meson.project_name(),
|
meson.project_name(),
|
||||||
include_directories : inc,
|
include_directories : inc,
|
||||||
sources: [headers, sources],
|
sources: [headers, sources],
|
||||||
dependencies : deps,
|
|
||||||
cpp_args: args
|
cpp_args: args
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user