blob: 6ebd263b216bd383391d90f6611efbb8412a10c0 [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(can_host)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})