mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
11 lines
179 B
CMake
11 lines
179 B
CMake
set(SRCS dis_decode.cc
|
|
dis_groups.cc
|
|
resolve.cc
|
|
syntax.cc)
|
|
|
|
if(WIN32)
|
|
set(SRCS ${SRCS} stdafx.cc)
|
|
endif(WIN32)
|
|
|
|
add_library(bdisasm STATIC ${SRCS})
|