summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/anx7452/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/anx7452/CMakeLists.txt')
-rw-r--r--zephyr/test/drivers/anx7452/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/test/drivers/anx7452/CMakeLists.txt b/zephyr/test/drivers/anx7452/CMakeLists.txt
new file mode 100644
index 0000000000..a61fa0a1c6
--- /dev/null
+++ b/zephyr/test/drivers/anx7452/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright 2023 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Add source files
+target_sources(app PRIVATE src/anx7452.c)