s2-mod/deps/sol2/meson_options.txt
2025-04-29 02:51:27 -04:00

4 lines
341 B
Meson

option('single', type: 'boolean', value: false, description: 'Generate the sol2 single header and expose the corresponding build targets')
option('lua_cpp', type: 'boolean', value: false, description: 'Compile lua as C++ code')
option('use_luajit', type: 'boolean', value: false, description: 'Search for luajit dep, implies lua_cpp=false')