blob: 4a1a0136fed03ce7878e56238601ccebf89a8c17 [file] [log] [blame]
# Copyright 2023 Yonatan Schachter
#
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bindesc)
target_sources(app PRIVATE src/main.c)