mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 12:57:13 +00:00
5 lines
187 B
CMake
5 lines
187 B
CMake
project("PowerUtils")
|
|
add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp")
|
|
|
|
target_include_directories(PowerUtils PUBLIC .)
|
|
target_link_libraries(PowerUtils PUBLIC capstone) |