cmake_minimum_required(VERSION 3.21)
include($ENV{XMOS_CMAKE_PATH}/xcommon.cmake)

project(dsp)

add_subdirectory(app_dsp_and_usb)
