Files
rosetta/toolchain/xpcg/xpcg.seed
T

18 lines
198 B
TOML
Raw Normal View History

[seed]
name = 'xpcg'
[dependency]
no_standard_dependencies = true
seeds = [
'libfx-host',
]
[build]
build_for = 'host'
build_system = 'cmake'
[publish]
path = [ 'install:bin/' ]
# vim: ft=toml