aboutsummaryrefslogtreecommitdiff
path: root/src/input/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/CMakeLists.txt')
-rw-r--r--src/input/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
new file mode 100644
index 0000000..9de4843
--- /dev/null
+++ b/src/input/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_library(input
+ "src/input.c"
+)
+target_include_directories(input PUBLIC "inc")
+target_link_libraries(input PUBLIC keyboard mouse pad peripheral)