Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a42de6466ab483dd0510a593c7a4096c6b3ad46b
/
.
/
samples
/
testing
/
integration
/
CMakeLists.txt
blob: 08e12fa77c0ee98cfe9a55d684b85c39ab70f38c [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(integration)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})