command-line option support + switch compiler profile on command line
This commit is contained in:
parent
dfcf57aae1
commit
816dcbe118
12 changed files with 359 additions and 155 deletions
|
@ -83,4 +83,10 @@ Get the given extension for a library file on the current platform
|
|||
Convert a PackageConfig into a Package
|
||||
|
||||
## [X] grbc_task(config: TaskConfig) -> Void
|
||||
Create a task and add it to the build script
|
||||
Create a task and add it to the build script
|
||||
|
||||
## [X] grbc_has_option(option_name: String) -> Boolean
|
||||
Check if the given option was set on the command line
|
||||
|
||||
## [X] grbc_get_option(option_name: String) -> String
|
||||
Get the value of an option
|
Loading…
Add table
Add a link
Reference in a new issue