mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-10-30 07:11:38 +00:00
5 lines
No EOL
217 B
CMake
5 lines
No EOL
217 B
CMake
project("PowerUtils")
|
|
add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h")
|
|
|
|
target_include_directories(PowerUtils PUBLIC .)
|
|
target_link_libraries(PowerUtils PUBLIC capstone) |