SW7203_ESP32_Library/CMakeLists.txt

3 lines
114 B
CMake
Raw Normal View History

2024-03-19 09:46:57 +08:00
idf_component_register(SRCS "sw7203.c"
INCLUDE_DIRS "."
REQUIRES driver)