mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-28 15:28:04 +00:00
12 lines
184 B
CMake
12 lines
184 B
CMake
|
set(SRCS dis_decode.cpp
|
||
|
dis_groups.cpp
|
||
|
resolve.cpp
|
||
|
syntax.cpp
|
||
|
PowerPCDisasm.cpp)
|
||
|
|
||
|
if(WIN32)
|
||
|
set(SRCS ${SRCS} stdafx.cpp)
|
||
|
endif(WIN32)
|
||
|
|
||
|
add_library(bdisasm STATIC ${SRCS})
|