mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
2 lines
228 B
Meson
2 lines
228 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') |