ESP32/main/CMakeLists.txt

11 lines
162 B
CMake

idf_component_register(
SRCS
"main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
csi_log
gps_sync
wifi_cfg
wifi_monitor
)