Debugger: Remove meaningless file

This commit is contained in:
Jeffrey Pfau 2016-09-07 22:57:19 -07:00
parent c45d91d311
commit d390bd6b7f
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
set(SRC
debugger.c
parser.c
)
set(RENDERER_SRC
renderers/software-bg.c
renderers/software-mode0.c
renderers/software-obj.c
renderers/video-software.c
)
if(USE_CLI_DEBUGGER)
list(APPEND SRC cli-debugger.c)
endif()
if(USE_GDB_STUB)
list(APPEND SRC gdb-stub.c)
endif()
source_group("Debugger source" FILES ${SRC})
add_internal_library(debugger "${SRC}" "")