mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 05:33:31 +01:00
14 lines
348 B
CMake
14 lines
348 B
CMake
![]() |
set(SRCS Src/BreakpointDlg.cpp
|
||
|
Src/BreakpointView.cpp
|
||
|
Src/BreakpointWindow.cpp
|
||
|
Src/CodeWindow.cpp
|
||
|
Src/CodeWindowFunctions.cpp
|
||
|
Src/JitWindow.cpp
|
||
|
Src/MemoryCheckDlg.cpp
|
||
|
Src/MemoryWindow.cpp
|
||
|
Src/RegisterView.cpp
|
||
|
Src/RegisterWindow.cpp)
|
||
|
|
||
|
add_library(debwx STATIC ${SRCS})
|
||
|
target_link_libraries(debwx common debugger_ui_util)
|