diff options
| author | bunnei <bunneidev@gmail.com> | 2020-12-21 23:47:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 23:47:10 -0800 |
| commit | 29ccc7673fc10dee39880fd7bad0ff264765dd56 (patch) | |
| tree | 234c2a3fca543e580480ed72e37c1ee9f201aa93 /src/core/CMakeLists.txt | |
| parent | 1279c7ce7afd3d1bf2b4e33aa922158acf2cd060 (diff) | |
| parent | 82fa9f8d56bc285e7bb58fc81b495a55be9ea82c (diff) | |
Merge pull request #5042 from Morph1984/project-aether
Project Aether: Reimplementation of the Web Browser Applet
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 2dad18e4d..59bd3d2a6 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -135,6 +135,8 @@ add_library(core STATIC frontend/emu_window.h frontend/framebuffer_layout.cpp frontend/framebuffer_layout.h + frontend/input_interpreter.cpp + frontend/input_interpreter.h frontend/input.h hardware_interrupt_manager.cpp hardware_interrupt_manager.h |
