blob: 2c3c3229c60234ee469d8c0b5c83e3f7e062c467 [file] [log] [blame]
#
# Copyright (c) 2019 Linaro Limited
#
# 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(ipm_mhu_dual_core)
target_sources(app PRIVATE src/main.c)