Files
xiaozhi-esp32/managed_components/espressif__esp32-camera/test/CMakeLists.txt
2025-09-05 13:25:11 +08:00

6 lines
343 B
CMake

idf_component_register(SRC_DIRS .
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES test_utils esp32-camera nvs_flash mbedtls esp_timer
EMBED_TXTFILES pictures/testimg.jpeg pictures/test_outside.jpeg pictures/test_inside.jpeg)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")