profile support

This commit is contained in:
Hunter 2024-09-29 14:51:11 -04:00
parent f32bf63c98
commit 2bb469b26f
13 changed files with 142 additions and 91 deletions

View file

@ -6,10 +6,14 @@ Extensions are built into the grbc executable, and are loaded at runtime as need
## Extension list
* GRBC_EXT_pkg_config
* GRBC_EXT_profiles
* GRBC_EXT_cmake [NOSUPPORT]
## GRBC_EXT_pkg_config
Pkg config support. UNIX only
## GRBC_EXT_profiles
Support for compiler profiles, eg: Debug, ReleaseWithDebugSymbols, Release, etc
## GRBC_EXT_cmake
CMake interop support

View file

@ -43,6 +43,9 @@ If the current platform is equal to platform then return the file path, otherwis
## [X] grbc_has_ext(extension_name: String) -> Boolean
Check if the given extension is supported
## [X] grbc_is_ext_loaded(extension_name: String) -> Boolean
Check if the given extension is loaded
## [X] grbc_ext(extension_name: String) -> Void
Load the given extension into the script