This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/freertos/freertos_tickless/CMakeLists.txt

7 lines
131 B
CMake

set(BSP_COMMON_DIR ${CMAKE_SOURCE_DIR}/bsp/bsp_common)
set(TARGET_REQUIRED_LIBS freertos)
set(mains main.c)
generate_bin()