mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
6 lines
178 B
CMake
6 lines
178 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
|
|
register_component()
|
|
|
|
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|