mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
build system: Initial cmake support, work in progress
This commit is contained in:
committed by
Angus Gratton
parent
a538644560
commit
c671a0c3eb
5
components/freertos/CMakeLists.txt
Normal file
5
components/freertos/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include)
|
||||
set(COMPONENT_PRIV_INCLUDEDIRS include/freertos)
|
||||
register_component()
|
||||
|
||||
target_link_libraries(freertos "-Wl,--undefined=uxTopUsedPriority")
|
||||
Reference in New Issue
Block a user