mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 13:07:15 +00:00
6 lines
291 B
CMake
6 lines
291 B
CMake
project("PowerUtils")
|
|
add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h" "ppc_context.h" "symbol.h" "symbol_table.h" "section.h" "xdbf_wrapper.cpp")
|
|
|
|
target_include_directories(PowerUtils PUBLIC .)
|
|
target_link_libraries(PowerUtils PUBLIC disasm)
|