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