-
Notifications
You must be signed in to change notification settings - Fork 1
/
meson_options.txt
13 lines (12 loc) · 982 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
option('eltopo', type : 'boolean', value : true, description : 'Should we build the el topo submodule')
option('embree', type: 'boolean', value: false, description: 'Use embree')
option('openvdb', type : 'boolean', value : false, description : 'Build openvdb stuff')
option('pngpp', type : 'boolean', value : true, description : 'Use PNG++ for screenshots')
option('json', type : 'boolean', value : true, description : 'Use json')
option('protobuf', type : 'boolean', value : true, description : 'Use protobuf')
option('partio', type : 'boolean', value : true, description : 'Use partio')
option('imgui', type : 'boolean', value : true, description : 'Use imgui')
option('igl', type : 'boolean', value : true, description : 'Use libigl')
option('visualization', type : 'boolean', value : true, description : 'Build visualization library')
option('glfw', type : 'boolean', value : true, description : 'Use glfw')
option('qt', type : 'boolean', value : true, description : 'Use qt')