esp32_Adafruit_GPS/CMakeLists.txt

6 lines
95 B
CMake
Raw Permalink Normal View History

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