summaryrefslogtreecommitdiff
path: root/src/input/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/CMakeLists.txt')
-rw-r--r--src/input/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt
deleted file mode 100644
index 4754ba47..00000000
--- a/src/input/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2023 jacqueline <me@jacqueline.id.au>
-#
-# SPDX-License-Identifier: GPL-3.0-only
-
-idf_component_register(
- SRCS "input_touch_wheel.cpp" "input_touch_dpad.cpp" "input_trigger.cpp"
- "input_volume_buttons.cpp" "lvgl_input_driver.cpp" "feedback_haptics.cpp"
- "device_factory.cpp" "input_nav_buttons.cpp" "input_hook.cpp"
- "input_hook_actions.cpp"
- INCLUDE_DIRS "include"
- REQUIRES "drivers" "lvgl" "events" "system_fsm")
-
-target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})