summaryrefslogtreecommitdiff
path: root/prilohy/nrfdemo_source/src/bme680/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'prilohy/nrfdemo_source/src/bme680/CMakeLists.txt')
-rw-r--r--prilohy/nrfdemo_source/src/bme680/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/prilohy/nrfdemo_source/src/bme680/CMakeLists.txt b/prilohy/nrfdemo_source/src/bme680/CMakeLists.txt
new file mode 100644
index 0000000..e7d6f89
--- /dev/null
+++ b/prilohy/nrfdemo_source/src/bme680/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright (c) 2018 Bosch Sensortec GmbH
+# Copyright (c) 2022, Leonard Pollak
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+zephyr_library()
+
+zephyr_library_sources(bme680.c bme680_i2c.c bme680_spi.c)