mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
290643ad25
Should resolve the disassembler not handling all the opcodes Dolphin generates.
11 lines
180 B
CMake
11 lines
180 B
CMake
set(SRCS dis_decode.cc
|
|
dis_groups.cc
|
|
resolve.cc
|
|
syntax.cc)
|
|
|
|
if(WIN32)
|
|
set(SRCS ${SRCS} stdafx.cpp)
|
|
endif(WIN32)
|
|
|
|
add_library(bdisasm STATIC ${SRCS})
|