OVMS3-idf/components/soc/CMakeLists.txt
2018-08-16 17:14:17 +10:00

10 lines
167 B
CMake

set(SOC_NAME esp32)
set(COMPONENT_SRCDIRS ${SOC_NAME} src)
set(COMPONENT_ADD_INCLUDEDIRS ${SOC_NAME}/include include)
set(COMPONENT_REQUIRES)
register_component()