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