mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-11 00:35:52 +00:00
5 lines
106 B
CMake
5 lines
106 B
CMake
![]() |
project("disasm")
|
||
|
|
||
|
add_library(disasm "ppc-dis.c" "disasm.c")
|
||
|
target_include_directories(disasm PUBLIC .)
|