5 lines
178 B
CMake
5 lines
178 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
|
|
register_component()
|
|
|
|
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|