Browse Source
The only exception is for binaries that go in 'bin', like vehicles. That way, partial builds follow the rule: - If building a vehicle or some helper that goes into 'bin', just use the binary name as the argument for --target. Example: `waf --target ArduCopter`. - For other binaries, the name of the directory they are placed in must be used. Example: `waf --target tests/test_vectors`.master
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue