diff options
author | wwylele <wwylele@gmail.com> | 2017-01-21 12:04:00 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-03-01 22:30:57 +0100 |
commit | a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a (patch) | |
tree | 2ed60e602d520f80f57f88f879c4f50363432c17 /src/input_common/CMakeLists.txt | |
parent | InputCommon: add Keyboard (diff) | |
download | yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.gz yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.bz2 yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.lz yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.xz yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.zst yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.zip |
Diffstat (limited to 'src/input_common/CMakeLists.txt')
-rw-r--r-- | src/input_common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index ac1ad45a9..9f4422269 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -1,9 +1,11 @@ set(SRCS + analog_from_button.cpp keyboard.cpp main.cpp ) set(HEADERS + analog_from_button.h keyboard.h main.h ) |