blob: 6af3dc66d4c6988df0f6806df6030ff0e1813d04 [file] [log] [blame]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(synchronization)
target_sources(app PRIVATE src/main.c)