Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f3a0ad013bb4f99a6fb7f4c9c4ee1b99d07bfe30
/
.
/
samples
/
drivers
/
CAN
/
CMakeLists.txt
blob: 1ec55878dce9a06ef31a94d4b3f1337398baeeb5 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(CAN)
target_sources(app PRIVATE src/main.c)