command-line option support + switch compiler profile on command line

This commit is contained in:
Hunter 2024-09-29 16:35:45 -04:00
parent dfcf57aae1
commit 816dcbe118
12 changed files with 359 additions and 155 deletions

View file

@ -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