ESP32/components/csi_log/CMakeLists.txt

6 lines
104 B
CMake

idf_component_register(
SRCS "csi_log.c"
INCLUDE_DIRS "."
REQUIRES esp_wifi esp_partition
)