diff options
| author | bunnei <bunneidev@gmail.com> | 2019-01-23 21:20:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 21:20:08 -0500 |
| commit | f574d324e7f8692ebff0aaa17c416f4840feda5c (patch) | |
| tree | afd89a9ec560c65070c37bbd0151c5327cc71e8a /src/core/CMakeLists.txt | |
| parent | 9be3fedcaa9f792db93143e60f8b6f4bd02e43f1 (diff) | |
| parent | 045b0b70b67b7bc631c69625e6e67a8e8a5c3a58 (diff) | |
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.txt | 2 |
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 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 |
