Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
847b7ccbcc72cd4d160d79a6bdf9483d292013e1
/
.
/
tests
/
shell
/
CMakeLists.txt
blob: 4a4a182ce7705656f5ceab3a77b136ff46f0ff52 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(shell)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})