summaryrefslogtreecommitdiff
path: root/src/yuzu/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-09 21:20:02 -0400
committerGitHub <noreply@github.com>2019-04-09 21:20:02 -0400
commitf46c3164e7c5cbc3272f762ea4e4f38f817396ac (patch)
treee1ab9aee631a92d951e45fb5848777ac159cb699 /src/yuzu/CMakeLists.txt
parent2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (diff)
parent218ae888f330f813553ed45ee7d9f948bc082bfb (diff)
Merge pull request #2353 from lioncash/surface
yuzu/debugger: Remove graphics surface viewer
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r--src/yuzu/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 732a1bf89..2eb86d6e5 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -56,8 +56,6 @@ add_executable(yuzu
debugger/graphics/graphics_breakpoints.cpp
debugger/graphics/graphics_breakpoints.h
debugger/graphics/graphics_breakpoints_p.h
- debugger/graphics/graphics_surface.cpp
- debugger/graphics/graphics_surface.h
debugger/console.cpp
debugger/console.h
debugger/profiler.cpp