diff options
| author | 2017-01-21 13:04:00 +0200 | |
|---|---|---|
| committer | 2017-03-01 23:30:57 +0200 | |
| commit | a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a (patch) | |
| tree | 2ed60e602d520f80f57f88f879c4f50363432c17 /src/input_common/CMakeLists.txt | |
| parent | InputCommon: add Keyboard (diff) | |
| download | yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.gz yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.tar.xz yuzu-a6bd7917cbc06f9b8f5a7ae24e75db776dc1cd6a.zip | |
InputCommon: add AnalogFromButton
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 @@ | |||
| 1 | set(SRCS | 1 | set(SRCS |
| 2 | analog_from_button.cpp | ||
| 2 | keyboard.cpp | 3 | keyboard.cpp |
| 3 | main.cpp | 4 | main.cpp |
| 4 | ) | 5 | ) |
| 5 | 6 | ||
| 6 | set(HEADERS | 7 | set(HEADERS |
| 8 | analog_from_button.h | ||
| 7 | keyboard.h | 9 | keyboard.h |
| 8 | main.h | 10 | main.h |
| 9 | ) | 11 | ) |