mirror of
https://github.com/logos-co/logos-dev-boost.git
synced 2026-08-27 16:11:11 +00:00
Universal Module with External Library Template
Extends the universal module template with external C/C++ library wrapping support.
Additional generated files
lib/directory for external library headersmetadata.jsonwithnix.external_librariespre-configuredflake.nixwithexternalLibInputsand non-flake library inputCMakeLists.txtwithfind_libraryfor the external library
Reference
See repos/logos-accounts-module for a complete working example wrapping a Go CGo library.