# Lisael Box — top-level project CMake for ESP-IDF 5.4/5.5
# Target: ESP32-S3-BOX-3
#
# Audio is handled WITHOUT ESP-ADF: the BSP esp-box-3 owns the I2S/ES8311 codec
# (esp_codec_dev) and decoding goes through chmorgan/esp-audio-player +
# espressif/esp_audio_codec (managed components, see main/idf_component.yml).
cmake_minimum_required(VERSION 3.16)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(lisael_box)
