esp-idf/examples/peripherals/spi_master/components/tjpgd/CMakeLists.txt

5 wiersze
122 B
CMake

set(tjpgd_srcs "src/tjpgd.c")
idf_component_register(SRCS "${tjpgd_srcs}"
INCLUDE_DIRS "include")