17 lines
303 B
TOML
17 lines
303 B
TOML
|
|
[seed]
|
||
|
|
name = 'libfx'
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build_system = 'cmake'
|
||
|
|
source_dir = 'lib/libfx'
|
||
|
|
configure_args = [
|
||
|
|
'-Dfx_assemblies=fx.runtime;fx.collections;fx.serial;fx.io;fx.term;fx.cmdline',
|
||
|
|
'-Dfx_enable_floating_point=0',
|
||
|
|
'-Dfx_enable_tests=0',
|
||
|
|
]
|
||
|
|
|
||
|
|
[publish.cmake]
|
||
|
|
module_paths = [ 'src:cmake/' ]
|
||
|
|
|
||
|
|
# vim: ft=toml
|