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/mbedtls/aes/CMakeLists.txt
2021-10-19 18:59:45 +08:00

5 lines
72 B
CMake

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