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

5 lines
70 B
CMake
Raw Normal View History

2021-06-20 12:30:18 +08:00
set(TARGET_REQUIRED_LIBS shell)
set(mains main.c)
generate_bin()