Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-02 | backend/rv64: Add biscuit as the assembler | Yang Liu | |
2024-01-30 | externals: Update xbyak to v7.05 | Merry | |
Merge commit 'fdf626b74f35deedce0e6196c36b8c9f846c038a' | |||
2024-01-29 | cmake: prefer system oaknut | Alexandre Bouvier | |
2023-03-04 | cmake: fix static standalone build | Alexandre Bouvier | |
2023-01-20 | CMake: Add dependencies to Config file | Merry | |
2021-10-30 | build(cmake): add install target | Andrea Pappacoda | |
This makes dynarmic installable, and also adds a CMake package config file, that allows projects to use `find_package(dynarmic)` to import the library. I know #636 adds the same thing, but while experimenting with the different install options in https://github.com/merryhime/dynarmic/pull/636#discussion_r725656034 I ended up with a working patch, so I'm proposing this as well. This implements solution 2. |