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