blob: 720e523478049b1e59d3ddc9dd95db773caf3e3f [file] [log] [blame]
# 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(gptp)
target_sources(app PRIVATE src/main.c)