dolphin/Externals/Bochs_disasm/CMakeLists.txt

11 lines
180 B
CMake
Raw Normal View History

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