diff options
author | wwylele <wwylele@gmail.com> | 2017-01-20 20:52:32 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-03-01 22:30:57 +0100 |
commit | 3974895e08fc133c4e000c2a654f401662325718 (patch) | |
tree | 6d2ae82440c528845032ae7c4dd1317c90f0de4a /src/core/CMakeLists.txt | |
parent | Common: add ParamPackage (diff) | |
download | yuzu-3974895e08fc133c4e000c2a654f401662325718.tar yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.gz yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.bz2 yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.lz yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.xz yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.zst yuzu-3974895e08fc133c4e000c2a654f401662325718.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index ffd67f074..dd9f6df41 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -218,6 +218,7 @@ set(HEADERS frontend/camera/factory.h frontend/camera/interface.h frontend/emu_window.h + frontend/input.h frontend/key_map.h frontend/motion_emu.h gdbstub/gdbstub.h |