Skip to content

Instantly share code, notes, and snippets.

@LinuxLegend
LinuxLegend / meson.build
Created March 25, 2022 14:43
Meson.build for VKVG Project
project('voxgui', 'c', 'cpp', version: '0.3.0', license: 'MIT', meson_version: '>=0.62.0', default_options: ['c_std=c11', 'cpp_std=c++11'])
cc = meson.get_compiler('c')
# /////////////////////////////////////////
# VKH Library Build Configurations
# /////////////////////////////////////////
# VKH Options
# Enable Vulkan Validation Layer
ENABLE_VALIDATION_OPT = false