7 lines
190 B
CMake
7 lines
190 B
CMake
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if (CONFIG_BT_VOCS OR CONFIG_BT_VOCS_CLIENT)
|
||
|
zephyr_library_sources(vocs.c)
|
||
|
endif()
|
||
|
zephyr_library_sources_ifdef(CONFIG_BT_VOCS_CLIENT vocs_client.c)
|