mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-23 01:01:26 +00:00
5 lines
114 B
CMake
5 lines
114 B
CMake
project("disasm")
|
|
|
|
add_library(disasm "ppc-dis.c" "disasm.c" "ppc.h")
|
|
target_include_directories(disasm PUBLIC .)
|