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/components/mm/mmheap/CMakeLists.txt

10 lines
218 B
CMake

sdk_library_add_sources(mmheap.c)
sdk_library_add_sources(bflb_mmheap.c)
sdk_add_include_directories(.)
# memheap lock user config
if(CONFIG_MMHEAP_USER)
sdk_add_compile_definitions(-DCONFIG_MMHEAP_USER)
endif()