esp32_Adafruit_GPS/CMakeLists.txt

6 lines
99 B
CMake
Raw Normal View History

2026-03-18 15:43:53 +00:00
idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "." "src"
REQUIRES arduino-esp32
)