mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-20 20:51:03 +01:00
backend/rv64: Add biscuit as the assembler
This commit is contained in:
8
externals/CMakeLists.txt
vendored
8
externals/CMakeLists.txt
vendored
@@ -15,6 +15,14 @@ set(BUILD_TESTING OFF)
|
||||
# simply add the directory to that file as a subdirectory
|
||||
# to have CMake automatically recognize them.
|
||||
|
||||
# biscuit
|
||||
|
||||
if (NOT TARGET biscuit::biscuit)
|
||||
if ("riscv" IN_LIST ARCHITECTURE)
|
||||
add_subdirectory(biscuit)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# catch
|
||||
|
||||
if (NOT TARGET Catch2::Catch2WithMain)
|
||||
|
||||
Reference in New Issue
Block a user