WerWolv / libromfs

Simple library for embedding static resources into C++ binaries using CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add versions/tags for library packaging

jonathanspw opened this issue · comments

Please version this so that this library can be packaged separate of ImHex itself in distributions.

commented

Closing this as this was discussed on Discord I believe.

libromfs can by design never be packaged as a system library. It's simply a set of build and a wrapper header file that is used to embed files into executables. The generated libraries are project and project version specific, there's no common library that would make sense to include in a package repo