set c++ version

This commit is contained in:
Hunter 2024-10-12 20:24:10 -04:00
parent b3a326720b
commit 29afc49c36
20 changed files with 304 additions and 179 deletions

View file

@ -89,4 +89,13 @@ Create a task and add it to the build script
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
Get the value of an option
## [X] grbc_property(name: String, value: String) -> Property
Create a property
## [X] grbc_cxx_version(version_string: String) -> Property
Create a property that sets the C++ version
## [X] grbc_global_properties(properties: Array<Property>) -> Void
Set the global property list