mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
4 lines
72 B
CMake
4 lines
72 B
CMake
set(TARGET_REQUIRED_LIBS mbedtls)
|
|
set(mains main.c)
|
|
generate_bin()
|
|
|