-fixed code do cross compiling to android -fixed build with GCC (workaround) -added little benchmark -several small fixes -updated meson build (demos building, working with GCC, LDC and DMD) -added some meson options -added ImGUI bind for OpenGL3
3 lines
No EOL
145 B
Meson
3 lines
No EOL
145 B
Meson
option('betterC', type: 'boolean', value: false)
|
|
option('BuildDemos', type: 'boolean', value: false)
|
|
option('LTO', type: 'boolean', value: false) |