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/components/shell/CMakeLists.txt

9 lines
202 B
CMake

sdk_generate_library()
sdk_library_add_sources(shell.c)
sdk_add_include_directories(.)
if(CONFIG_FREERTOS)
sdk_library_add_sources(shell_freertos.c)
endif()
sdk_add_compile_definitions(-DCONFIG_SHELL)