cmake_minimum_required(VERSION 3.16)

# scenario_mesh is shared with idf_zacus and lives in the repo-level lib/
# (single copy, no protocol drift). Project-local components under
# box3_voice/components/ are picked up automatically by ESP-IDF.
set(EXTRA_COMPONENT_DIRS ../lib/scenario_mesh)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(zacus-box3-voice)
