mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
8 lines
155 B
CMake
8 lines
155 B
CMake
add_library(riscv-disas
|
|
include/riscv-disas.h
|
|
src/riscv-disas.c
|
|
)
|
|
|
|
target_include_directories(riscv-disas PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
|