2010-11-01 15:47:02 +00:00
|
|
|
set(SRCS Src/CodeView.cpp
|
|
|
|
Src/DebuggerUIUtil.cpp
|
|
|
|
Src/MemoryView.cpp)
|
|
|
|
|
|
|
|
add_library(debugger_ui_util STATIC ${SRCS})
|
2010-11-30 01:20:05 +00:00
|
|
|
target_link_libraries(debugger_ui_util ${wxWidgets_LIBRARIES})
|
2010-11-17 01:03:39 +00:00
|
|
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
2010-11-05 02:23:24 +00:00
|
|
|
add_definitions(-fPIC)
|
2010-11-17 01:03:39 +00:00
|
|
|
endif()
|