blob: a722fff993d3f4cc4bb21c1167b531445b18d144 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(sockets_can)
target_sources(app PRIVATE src/main.c)