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

4 lines
163 B
CMake
Raw Normal View History

set(TARGET_REQUIRED_PRIVATE_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/..)
set(TARGET_REQUIRED_LIBS nmsis)
set(mains main.c)
generate_bin()