esp32_shock/components/twai_ota/CMakeLists.txt

3 lines
125 B
CMake
Raw Normal View History

2024-04-29 17:35:50 +08:00
idf_component_register(SRCS "twai_ota.c"
INCLUDE_DIRS "."
REQUIRES driver app_update)