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

4 lines
143 B
CMake
Raw Normal View History

idf_component_register(SRCS "jpeg_encode_main.c"
PRIV_REQUIRES fatfs esp_driver_jpeg
INCLUDE_DIRS ".")