dolphin/Source/Core/UICommon/CMakeLists.txt
Ryan Houdek d0ae3f7d24 Break out the disassembler code from the WXWidgets UI.
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.
2015-05-31 18:16:59 -05:00

6 lines
118 B
CMake

set(SRCS Disassembler.cpp
UICommon.cpp)
set(LIBS common)
add_dolphin_library(uicommon "${SRCS}" "${LIBS}")