2018-12-11 23:33:23 +08:00
|
|
|
cmake_minimum_required(VERSION 3.13.1)
|
2018-04-19 17:26:54 +08:00
|
|
|
# Copyright (c) 2018 STMicroelectronics
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
2018-10-25 22:54:09 +08:00
|
|
|
project(96b_argonkey)
|
2018-04-19 17:26:54 +08:00
|
|
|
|
|
|
|
target_sources(app PRIVATE src/main.c)
|