avs-device-sdk/capabilities/Alerts/acsdkAlerts/test/CMakeLists.txt

19 lines
525 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
SET(LIBRARIES
acsdkAlerts
acsdkApplicationAudioPipelineFactoryInterfaces
acsdkManufactory
acsdkShutdownManagerInterfaces
acsdkSystemClockMonitorInterfaces
ApplicationAudioPipelineFactoryTestLib
AVSCommon
AVSCommonTestLib
DeviceSettingsTests
RegistrationManagerTestUtils
UtilsCommonTestLib
ShutdownManagerTestLib
SDKInterfacesTests)
discover_unit_tests("" "${LIBRARIES}")