zephyr/tests/booting/stub/CMakeLists.txt

6 lines
163 B
CMake

cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(stub)
target_sources(app PRIVATE src/main.c)