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