OVMS3-idf/examples/build_system/cmake/idf_as_lib/stubs/freertos/CMakeLists.txt

3 lines
139 B
CMake
Raw Normal View History

add_library(stub_freertos STATIC task.c)
target_include_directories(stub_freertos PUBLIC .)
add_library(stub::freertos ALIAS stub_freertos)