mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 04:16:29 +01:00
6 lines
121 B
CMake
6 lines
121 B
CMake
|
set(SRCS Src/CodeView.cpp
|
||
|
Src/DebuggerUIUtil.cpp
|
||
|
Src/MemoryView.cpp)
|
||
|
|
||
|
add_library(debugger_ui_util STATIC ${SRCS})
|