mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
5 lines
114 B
CMake
5 lines
114 B
CMake
set(COMPONENT_SRCS "log.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_REQUIRES)
|
|
register_component()
|