Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
80a06b2533a5dc42d7d29afd104a4e1524c4e3c0
/
.
/
samples
/
posix
/
eventfd
/
CMakeLists.txt
blob: 7d75a3e8532ec664a4d4a25a4f3816d0675bc989 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(eventfd)
target_sources(app PRIVATE src/main.c)