Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c3e8c4e6dc178330f8581ed091503adf4c70e85e
/
.
/
samples
/
synchronization
/
CMakeLists.txt
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)