SW7203_ESP32_Library/CMakeLists.txt
2024-03-18 20:46:57 -05:00

3 lines
114 B
CMake

idf_component_register(SRCS "sw7203.c"
INCLUDE_DIRS "."
REQUIRES driver)