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/power/lowpower_test/CMakeLists.txt
2021-06-20 12:33:52 +08:00

7 lines
74 B
CMake

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