OVMS3-idf/examples/peripherals/spi_master/lcd/components/tjpgd/CMakeLists.txt
2020-03-29 12:52:29 +08:00

5 lines
122 B
CMake

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