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