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

9 lines
207 B
CMake
Raw Normal View History

sdk_generate_library()
sdk_library_add_sources(bflog.c)
sdk_add_include_directories(.)
sdk_add_compile_definitions(-DCONFIG_BFLOG)
if(CONFIG_BFLOG_USER)
sdk_add_compile_definitions(-DBFLOG_USER)
endif()