You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supported way to use libSMCE is through CMake, either using a system-wide installation, or a local build tree.
libSMCE exports a CMake package, which allows consumers to easily use the library in their own projects.
SMCE needs some extra files at runtime, which consumers are to place in a writable directory, which path is passed to smce::Toolchain's constructor. Since we want consumers to be free to package these runtime dependencies as they see fit, we simply zip them up using cmake -E tar.
You can get the path of that file, called SMCE_Resources.zip, using the following command: