mirror of
https://github.com/Retropex/dolphin.git
synced 2025-06-04 00:12:32 +02:00
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})
|