blob: 1c843b99cd709eb845f23e4a46e1c76ec2d670f3 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(peripheral)
target_sources(app PRIVATE
src/main.c
src/cts.c
)