1 2 3 4 5 6 7
custom_target('scx_stats', output: '@PLAINNAME@.__PHONY__', input: 'Cargo.toml', command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@', '--all', cargo_build_args], env: cargo_env, build_by_default: true)