mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b1497f2187
1. avoid including rom headers directly in examples 2. add common API interface for CRC calculation in esp_common component
5 lines
122 B
CMake
5 lines
122 B
CMake
set(tjpgd_srcs "src/tjpgd.c")
|
|
|
|
idf_component_register(SRCS "${tjpgd_srcs}"
|
|
INCLUDE_DIRS "include")
|