work on dynamic extensions

This commit is contained in:
Hunter 2024-09-30 20:15:34 -04:00
parent 8b1c5b9073
commit b3a326720b
22 changed files with 282 additions and 165 deletions

View file

@ -8,8 +8,12 @@ Extensions are built into the grbc executable, and are loaded at runtime as need
* GRBC_EXT_pkg_config
* GRBC_EXT_profiles
* GRBC_EXT_easy
* GRBC_EXT_dynamic_extensions
* GRBC_EXT_cmake [NOSUPPORT]
## GRBC_EXT_dynamic_extensions
Allows loading of extensions from shared object files. Extensions are searched for in: ```C:\grbc\ext```, or ```./grbc_ext```
## GRBC_EXT_pkg_config
Pkg config support. UNIX only