From 045b0b70b67b7bc631c69625e6e67a8e8a5c3a58 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 7 Jan 2019 23:16:01 -0500 Subject: frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/CMakeLists.txt') 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 frontend/framebuffer_layout.cpp frontend/framebuffer_layout.h frontend/input.h + frontend/scope_acquire_window_context.cpp + frontend/scope_acquire_window_context.h gdbstub/gdbstub.cpp gdbstub/gdbstub.h hle/ipc.h -- cgit v1.2.3