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