mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-07 21:38:38 +00:00
9 lines
No EOL
202 B
CMake
9 lines
No EOL
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) |