ESP32/components/cmd_transport/#CMakeLists.txt#

8 lines
354 B
Plaintext

idf_component_register(SRCS "cmd_transport.c"
INCLUDE_DIRS "." # This exposes the current dir (with the .h) to consumers
PRIV_REQUIRES esp_console driver soc)
idf_component_register(SRCS "cmd_transport.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_console driver soc)