blob: 0fda57f1d7cd0decac9d60c8bcb3838d8966c939 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
list(APPEND QEMU_EXTRA_FLAGS -serial tcp:localhost:8888)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(nfc_hello)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})