2020-06-22 23:48:22 +00:00
|
|
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
|
|
|
|
|
|
|
SET(LIBRARIES
|
|
|
|
acsdkAlerts
|
2020-12-08 23:09:40 +00:00
|
|
|
acsdkApplicationAudioPipelineFactoryInterfaces
|
|
|
|
acsdkManufactory
|
|
|
|
acsdkShutdownManagerInterfaces
|
2021-03-29 19:59:51 +00:00
|
|
|
acsdkSystemClockMonitorInterfaces
|
2020-12-08 23:09:40 +00:00
|
|
|
ApplicationAudioPipelineFactoryTestLib
|
2020-06-22 23:48:22 +00:00
|
|
|
AVSCommon
|
|
|
|
AVSCommonTestLib
|
|
|
|
DeviceSettingsTests
|
2021-06-04 17:47:13 +00:00
|
|
|
RegistrationManagerTestUtils
|
2020-06-22 23:48:22 +00:00
|
|
|
UtilsCommonTestLib
|
2021-03-29 19:59:51 +00:00
|
|
|
ShutdownManagerTestLib
|
2020-06-22 23:48:22 +00:00
|
|
|
SDKInterfacesTests)
|
|
|
|
|
|
|
|
discover_unit_tests("" "${LIBRARIES}")
|