ext_easy impl + demo + fixes
This commit is contained in:
parent
1036d97ec6
commit
ec26aa89e7
33 changed files with 2796 additions and 40 deletions
|
@ -7,6 +7,7 @@ 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_easy
|
||||
* GRBC_EXT_cmake [NOSUPPORT]
|
||||
|
||||
## GRBC_EXT_pkg_config
|
||||
|
@ -15,5 +16,8 @@ Pkg config support. UNIX only
|
|||
## GRBC_EXT_profiles
|
||||
Support for compiler profiles, eg: Debug, ReleaseWithDebugSymbols, Release, etc
|
||||
|
||||
## GRBC_EXT_easy
|
||||
Import some sane defaults such as the clean task. No documentation given as no functions are provided
|
||||
|
||||
## GRBC_EXT_cmake
|
||||
CMake interop support
|
Loading…
Add table
Add a link
Reference in a new issue