bl_mcu_sdk/examples/shell/CMakeLists.txt
2021-06-20 12:30:30 +08:00

4 lines
70 B
CMake

set(TARGET_REQUIRED_LIBS shell)
set(mains main.c)
generate_bin()