1#=============================================================================== 2# @brief cmake file 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5if(DEFINED CONFIG_SUPPORT_RADAR_STA_SAMPLE) 6 add_subdirectory_if_exist(sta_sample) 7endif() 8 9if(DEFINED CONFIG_SUPPORT_RADAR_SOFTAP_SAMPLE) 10 add_subdirectory_if_exist(softap_sample) 11endif() 12 13if(DEFINED CONFIG_SUPPORT_RADAR_M_SAMPLE) 14 add_subdirectory_if_exist(m_sample) 15endif() 16 17if(DEFINED CONFIG_SUPPORT_RADAR_STA_CONNECT_SAMPLE) 18 add_subdirectory_if_exist(sta_connect_sample) 19endif() 20 21set(SOURCES "${SOURCES}" PARENT_SCOPE) 22