mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
d0ae3f7d24
This cleans up some of the code between core and UI for disassembling and dumping code blocks. Should help the QT UI in bringing up its debug UI since it won't have to deal with this garbage now.
7 lines
118 B
CMake
7 lines
118 B
CMake
set(SRCS Disassembler.cpp
|
|
UICommon.cpp)
|
|
|
|
set(LIBS common)
|
|
|
|
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")
|