aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeModules/dynarmicConfig.cmake.in
AgeCommit message (Collapse)Author
2024-03-02backend/rv64: Add biscuit as the assemblerYang Liu
2024-01-30externals: Update xbyak to v7.05Merry
Merge commit 'fdf626b74f35deedce0e6196c36b8c9f846c038a'
2024-01-29cmake: prefer system oaknutAlexandre Bouvier
2023-03-04cmake: fix static standalone buildAlexandre Bouvier
2023-01-20CMake: Add dependencies to Config fileMerry
2021-10-30build(cmake): add install targetAndrea 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.