summaryrefslogtreecommitdiff
path: root/prilohy/nrfdemo_source/src/bme680/CMakeLists.txt
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-06-02 09:46:16 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-06-02 09:46:16 +0200
commitb3b9164352b1fc276f0c1388be5e6c44f16906f2 (patch)
treecd6d0a4f98264c68083a54caefe288dd7ea91a58 /prilohy/nrfdemo_source/src/bme680/CMakeLists.txt
parent2634e6fdfd5ef87311deeff3709eaa76610888f8 (diff)
final1
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)