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