mirror of
https://github.com/slendidev/lunar.git
synced 2025-12-11 11:29:53 +02:00
12
meson.build
12
meson.build
@@ -60,6 +60,17 @@ add_project_arguments(
|
||||
'-Wno-implicit-int-float-conversion',
|
||||
'-Wno-implicit-float-conversion',
|
||||
'-Wno-c++98-compat',
|
||||
# Thanks fastgltf
|
||||
'-Wno-ctad-maybe-unsupported',
|
||||
'-Wno-switch-default',
|
||||
'-Wno-nrvo',
|
||||
'-Wno-shadow-field-in-constructor',
|
||||
'-Wno-deprecated-copy-with-dtor',
|
||||
'-Wno-double-promotion',
|
||||
'-Wno-weak-vtables',
|
||||
'-Wno-switch-enum',
|
||||
'-Wno-sign-conversion',
|
||||
'-Wno-documentation',
|
||||
],
|
||||
language : 'cpp'
|
||||
)
|
||||
@@ -99,6 +110,7 @@ exe = executable('vr-compositor',
|
||||
'src/DescriptorLayoutBuilder.cpp',
|
||||
'src/DescriptorAllocator.cpp',
|
||||
'src/GraphicsPipelineBuilder.cpp',
|
||||
'src/Loader.cpp',
|
||||
'src/VulkanRenderer.cpp',
|
||||
'src/Application.cpp',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user