2010-11-01 15:47:02 +00:00
|
|
|
set(SRCS Src/BreakpointDlg.cpp
|
|
|
|
Src/BreakpointView.cpp
|
|
|
|
Src/BreakpointWindow.cpp
|
|
|
|
Src/CodeWindow.cpp
|
|
|
|
Src/CodeWindowFunctions.cpp
|
2011-01-28 18:39:30 +00:00
|
|
|
Src/DSPDebugWindow.cpp
|
|
|
|
Src/DSPDebugWindow.h
|
|
|
|
Src/DSPRegisterView.cpp
|
|
|
|
Src/DSPRegisterView.h
|
2010-11-01 15:47:02 +00:00
|
|
|
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)
|