Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ab3f56577f29a23b6a4273e45838065c6cf86a69
/
.
/
samples
/
cpp_synchronization
/
CMakeLists.txt
blob: d2b9fcd3eea8def5666ef131248abe1fffaf7aea [
file
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
target_sources(app PRIVATE src/main.cpp)