task support

This commit is contained in:
Hunter 2024-09-29 15:24:13 -04:00
parent d9e4642472
commit dfcf57aae1
12 changed files with 134 additions and 12 deletions

View file

@ -80,4 +80,7 @@ Generate a compiler flag to define a variable
Get the given extension for a library file on the current platform
## [X] grbc_bake_package_config(config: PackageConfig) -> Package
Convert a PackageConfig into a Package
Convert a PackageConfig into a Package
## [X] grbc_task(config: TaskConfig) -> Void
Create a task and add it to the build script