ESP32/main/CMakeLists.txt

10 lines
145 B
CMake

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