summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2019-01-23 21:20:08 -0500
committerGravatar GitHub2019-01-23 21:20:08 -0500
commitf574d324e7f8692ebff0aaa17c416f4840feda5c (patch)
treeafd89a9ec560c65070c37bbd0151c5327cc71e8a /src/core/CMakeLists.txt
parentMerge pull request #2049 from FearlessTobi/port-3928 (diff)
parentfrontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. (diff)
downloadyuzu-f574d324e7f8692ebff0aaa17c416f4840feda5c.tar.gz
yuzu-f574d324e7f8692ebff0aaa17c416f4840feda5c.tar.xz
yuzu-f574d324e7f8692ebff0aaa17c416f4840feda5c.zip
Merge pull request #2054 from bunnei/scope-context-refactor
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index aa9e05089..965c28787 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -95,6 +95,8 @@ add_library(core STATIC
95 frontend/framebuffer_layout.cpp 95 frontend/framebuffer_layout.cpp
96 frontend/framebuffer_layout.h 96 frontend/framebuffer_layout.h
97 frontend/input.h 97 frontend/input.h
98 frontend/scope_acquire_window_context.cpp
99 frontend/scope_acquire_window_context.h
98 gdbstub/gdbstub.cpp 100 gdbstub/gdbstub.cpp
99 gdbstub/gdbstub.h 101 gdbstub/gdbstub.h
100 hle/ipc.h 102 hle/ipc.h