diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
| commit | 2e13c372f1419f08dab7797b244681f889dd9bcf (patch) | |
| tree | 995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/CMakeLists.txt | |
| parent | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff) | |
nrfdemo
Diffstat (limited to 'nrfdemo/CMakeLists.txt')
| -rw-r--r-- | nrfdemo/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nrfdemo/CMakeLists.txt b/nrfdemo/CMakeLists.txt new file mode 100644 index 0000000..2d5c2ac --- /dev/null +++ b/nrfdemo/CMakeLists.txt @@ -0,0 +1,15 @@ +# +# Copyright (c) 2018 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +cmake_minimum_required(VERSION 3.20.0) + +find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) +project(cellular_fundamentals) + +# NORDIC SDK APP START +target_sources(app PRIVATE src/mqtt_connection.c) +target_sources(app PRIVATE src/main.c) +# NORDIC SDK APP END
\ No newline at end of file |
