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