OVMS3-idf/components/freertos/CMakeLists.txt

6 lines
178 B
CMake
Raw Normal View History

set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
register_component()
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")