dolphin/Externals/Bochs_disasm/CMakeLists.txt
Fiora 290643ad25 Externals: update Bochs to newer version
Should resolve the disassembler not handling all the opcodes Dolphin generates.
2014-08-15 00:44:37 -07:00

10 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})