mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:35:43 -04: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")
|
|
|