19 lines
525 B
CMake
19 lines
525 B
CMake
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}")
|