4f1a856dbf
* Philosophical: "explicit is better than implicit". * Practical: Allows useful errors if invalid directories given in components as the defaults aren't always used. Also trims the -I path from a number of components that have no actual include directory. * Simplifies knowing which components will be header-only and which won't
6 lines
205 B
CMake
6 lines
205 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS include)
|
|
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
|
|
set(COMPONENT_SRCDIRS ".")
|
|
register_component()
|
|
|
|
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|