mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(make): cli depends on API, generically
This allows us to build efficiently. CLI programs can now have their own cmn.rs implementation, which we can test standalone with `cargo test`. The primary makefile currently just explicitly pulls in the type-*.yaml, one day we could possibly put it into a loop. Fixes #11
This commit is contained in:
@@ -11,10 +11,11 @@ api:
|
||||
# custom scopes for authentication
|
||||
scopes: '_scopes'
|
||||
make:
|
||||
id: api
|
||||
target_name: APIs
|
||||
target_suffix: ''
|
||||
aggregated_target_suffix: -api
|
||||
depends_on:
|
||||
depends_on_suffix:
|
||||
global_targets: Yes
|
||||
templates:
|
||||
# all output directories are relative to the one set for the respective API
|
||||
|
||||
Reference in New Issue
Block a user