OVMS3-idf/components/xtensa/CMakeLists.txt

8 lines
167 B
CMake
Raw Normal View History

set(COMPONENT_SRCS "eri.c" "trax.c")
set(COMPONENT_ADD_INCLUDEDIRS "include" "${IDF_TARGET}/include")
set(COMPONENT_ADD_LDFRAGMENTS linker.lf)
register_component()