OVMS3-idf/examples/build_system/cmake/idf_as_lib/stubs/freertos/CMakeLists.txt
2019-05-14 18:01:14 +08:00

3 lines
139 B
CMake

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