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