avs-device-sdk/capabilities/Bluetooth/acsdkBluetooth/test/CMakeLists.txt

14 lines
376 B
CMake

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
set(LIBS
"acsdkBluetoothInterfacesTestUtils"
"acsdkBluetooth"
"AttachmentCommonTestLib"
"UtilsCommonTestLib"
"RegistrationManagerTestUtils"
"SDKInterfacesTests"
"ShutdownManagerTestLib"
"ApplicationAudioPipelineFactoryTestLib")
discover_unit_tests("" "${LIBS}")