can_wizard/components/linenoise-async/CMakeLists.txt

6 lines
95 B
CMake
Raw Normal View History

2023-11-22 11:58:43 +00:00
idf_component_register(
INCLUDE_DIRS .
SRCS linenoise-async.c
REQUIRES esp_timer
)