blob: a11a19d4cc7ef4751526d5f74fd61fc640fb4af7 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(ipv4_autoconf)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})