diff options
| author | german77 <juangerman-13@hotmail.com> | 2022-06-18 23:32:07 -0500 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2022-07-23 19:38:42 -0500 |
| commit | f19e7be6e84357234c9fdae3395f988a9bb1ac5b (patch) | |
| tree | cc93872ac739fd7b967f8f62ea6abf2c8639221d /src/input_common/CMakeLists.txt | |
| parent | 97729fd8e9c2f8cabc626ab03a666c9428e01c5e (diff) | |
input_common: Add camera driver
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 48e799cf5..90dd629c6 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -1,4 +1,6 @@ add_library(input_common STATIC + drivers/camera.cpp + drivers/camera.h drivers/gc_adapter.cpp drivers/gc_adapter.h drivers/keyboard.cpp |
