19 lines
273 B
TOML
19 lines
273 B
TOML
|
|
[seed]
|
||
|
|
name = 'bshell'
|
||
|
|
|
||
|
|
[dependency]
|
||
|
|
seeds = [
|
||
|
|
'libfx',
|
||
|
|
]
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build_system = 'cmake'
|
||
|
|
source_dir = 'programs/bshell'
|
||
|
|
configure_args = [
|
||
|
|
'-Dbshell_interactive=FALSE',
|
||
|
|
'-Dbshell_enable_native_commands=FALSE',
|
||
|
|
'-Dbshell_enable_floating_point=FALSE',
|
||
|
|
]
|
||
|
|
|
||
|
|
# vim: ft=toml
|