blob: c9a32ece4c10c99e70e3494633dc102f1400da9c [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(cellular_modem)
target_sources(app PRIVATE src/main.c)