ESP32/components/gps_sync/CMakeLists.txt

6 lines
95 B
CMake

idf_component_register(
SRCS "gps_sync.c"
INCLUDE_DIRS "include"
REQUIRES driver
)