blob: 5c285c9b0d7c96ba893a4d2c9212f99f9839b1e4 [file] [log] [blame]
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(fcb_init)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})