Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4004475e7fbc93f9e845eca7d4bdf36599260d6c
/
.
/
samples
/
sensor
/
grove_light
/
CMakeLists.txt
blob: 7c0b23d07789daf2f6ec643c4cc7d43e6ad3c784 [
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(grove_light)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})