can_wizard/components/linenoise-async/CMakeLists.txt
Данила Горнушко 57f4569fcd first step to custom linenoise
2023-11-22 14:58:43 +03:00

5 lines
95 B
CMake

idf_component_register(
INCLUDE_DIRS .
SRCS linenoise-async.c
REQUIRES esp_timer
)