mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 14:35:21 +00:00
Some samples/tests are still referring to 3.8.x versions. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
9 lines
219 B
CMake
9 lines
219 B
CMake
# 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(arc_secure_services)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|