初始提交
This commit is contained in:
13
application/samples/bt/CMakeLists.txt
Executable file
13
application/samples/bt/CMakeLists.txt
Executable file
@ -0,0 +1,13 @@
|
||||
#===============================================================================
|
||||
# @brief cmake file
|
||||
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
|
||||
#===============================================================================
|
||||
if(DEFINED CONFIG_SAMPLE_SUPPORT_BLE_SAMPLE)
|
||||
add_subdirectory_if_exist(ble)
|
||||
endif()
|
||||
if(DEFINED CONFIG_SAMPLE_SUPPORT_SLE_SAMPLE)
|
||||
add_subdirectory_if_exist(sle)
|
||||
endif()
|
||||
|
||||
set(SOURCES "${SOURCES}" PARENT_SCOPE)
|
||||
set(PUBLIC_HEADER "${PUBLIC_HEADER}" PARENT_SCOPE)
|
Reference in New Issue
Block a user