I'm currently working on creating Ruby bindings for cel-cpp. In order to integrate it as a native Ruby extension, I need to compile cel-cpp into a self-contained static (fat) library that includes all of its dependencies.
Is there currently a supported way to build cel-cpp as a single static library suitable for this use case? If not, would you be open to guidance or contribution in making this possible?
I'm currently working on creating Ruby bindings for
cel-cpp. In order to integrate it as a native Ruby extension, I need to compilecel-cppinto a self-contained static (fat) library that includes all of its dependencies.Is there currently a supported way to build
cel-cppas a single static library suitable for this use case? If not, would you be open to guidance or contribution in making this possible?