Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6af514b67f8bb6e6a82c70fae2d98415202cb3be
/
.
/
samples
/
cpp_synchronization
/
CMakeLists.txt
blob: d2b9fcd3eea8def5666ef131248abe1fffaf7aea [
file
] [
log
] [
blame
]
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)