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