blob: f4c2414d866a1bc97d3445a78d277b0dc3192497 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(boot_page_table)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})