diff options
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 |
