Files
esp-idf/examples/peripherals/jpeg/jpeg_decode/main/CMakeLists.txt
T

4 lines
153 B
CMake
Raw Normal View History

idf_component_register(SRCS "jpeg_decode_main.c"
PRIV_REQUIRES fatfs esp_driver_jpeg esp_psram
INCLUDE_DIRS ".")