mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 16:36:59 +00:00
This new architecture decomposes the project into several distict static libraries: common, host, kvm, and frontend. By using static libraries, changes within one module will only require that library to be re-linked, rather than recompiling and re-linking the entire executable. The third party library ImGui is now built as a static library target. Signed-off-by: Ronald Caesar <github43132@proton.me> |
||
|---|---|---|
| .. | ||
| fmt@40626af88b | ||
| imgui@5d4126876b | ||
| SDL3@68bfcb6c54 | ||
| CMakeLists.txt | ||