blob: 003640ea827811f19413b70a74e63ae008341f59 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(hci_usb_h4)
target_sources(app PRIVATE src/main.c)