OVMS3-idf/components/soc/CMakeLists.txt

13 lines
325 B
CMake
Raw Normal View History

set(SOC_NAME esp32)
set(COMPONENT_ADD_INCLUDEDIRS ${SOC_NAME}/include include)
2018-09-13 00:52:32 +00:00
include(${IDF_PATH}/components/soc/${SOC_NAME}/sources.cmake)
spaces2list(SOC_SRCS)
add_prefix(COMPONENT_SRCS "${SOC_NAME}/" ${SOC_SRCS})
2018-09-13 00:52:32 +00:00
set(COMPONENT_ADD_INCLUDEDIRS ${SOC_NAME}/include include)
2018-09-13 00:52:32 +00:00
set(COMPONENT_REQUIRES)
register_component()