# Copyright © SixtyFPS GmbH # SPDX-License-Identifier: MIT idf_component_register( SRCS "../../main.cpp" INCLUDE_DIRS "." REQUIRES slint ) slint_target_sources(${COMPONENT_LIB} ../../../ui/carousel_demo.slint) target_compile_definitions(${COMPONENT_LIB} PRIVATE EXAMPLE_TARGET_S3_BOX)