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