mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 04:35:46 -04:00
dep: Add biscuit and riscv-disas
This commit is contained in:
7
dep/riscv-disas/CMakeLists.txt
Normal file
7
dep/riscv-disas/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
add_library(riscv-disas
|
||||
include/riscv-disas.h
|
||||
src/riscv-disas.c
|
||||
)
|
||||
|
||||
target_include_directories(riscv-disas PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
|
Reference in New Issue
Block a user