OVMS3-idf/components/log/CMakeLists.txt
2019-05-13 19:59:17 +08:00

5 lines
123 B
CMake

set(COMPONENT_SRCS "log.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_REQUIRES soc)
register_component()