blob: abfa51a27720caf897e4d3c5569eae2821af8294 [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(cpp)
FILE(GLOB app_sources src/*.cpp)
target_sources(app PRIVATE ${app_sources})