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