blob: 72b54d25e8a9188893280ed7bd6a9453d5f1e28a [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(vlan)
target_sources(app PRIVATE src/main.c)
include(${ZEPHYR_BASE}/samples/net/common/common.cmake)