blob: 21496abbd0216b744cdc11ae4f5779652a5d45d5 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(fxos8700-hid)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})