start executing
This commit is contained in:
+3
-1
@@ -20,6 +20,8 @@ set(CAPSTONE_PPC_SUPPORT ON)
|
||||
add_subdirectory(external/capstone)
|
||||
|
||||
add_executable(weee main.cpp core/mem.cpp core/loaders/elf.cpp
|
||||
core/loaders/dol.cpp)
|
||||
core/loaders/dol.cpp
|
||||
core/broadway.cpp
|
||||
core/broadway/instructions.cpp)
|
||||
target_link_libraries(weee PUBLIC capstone)
|
||||
target_include_directories(weee PUBLIC core)
|
||||
Reference in New Issue
Block a user