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