# Generating ble/BleBuildConfig.h file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/ble/BleBuildConfig.h "#pragma once\n #include \n #ifdef CONFIG_ENABLE_CHIPOBLE #define CONFIG_NETWORK_LAYER_BLE 1 #else #define CONFIG_NETWORK_LAYER_BLE 0 #endif #ifndef CONFIG_CHIP_ENABLE_EXTERNAL_PLATFORM #define BLE_PLATFORM_CONFIG_INCLUDE #endif ")