mirror of https://github.com/arendst/Tasmota.git
9 lines
175 B
CMake
9 lines
175 B
CMake
|
set(srcs
|
||
|
"src/JPEGDEC.cpp"
|
||
|
"src/jpeg.inl"
|
||
|
)
|
||
|
idf_component_register(SRCS ${srcs}
|
||
|
REQUIRES "jpegdec"
|
||
|
INCLUDE_DIRS "src"
|
||
|
)
|