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
currently CicmWrapper seems to be included verbatim into the libraries that use it (e.g. via git submodules).
if the API/ABI is stable: would it make sense to install a shared-library version of the wrapper into a public place (e.g. /usr/lib/libCicmWrapper.so.0) and dylink the externals?
currently CicmWrapper seems to be included verbatim into the libraries that use it (e.g. via
git submodules).if the API/ABI is stable: would it make sense to install a shared-library version of the wrapper into a public place (e.g.
/usr/lib/libCicmWrapper.so.0) and dylink the externals?