13 lines
277 B
CMake
13 lines
277 B
CMake
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||
|
|
||
|
SET(LIBRARIES
|
||
|
acsdkAlerts
|
||
|
AVSCommon
|
||
|
AVSCommonTestLib
|
||
|
DeviceSettingsTests
|
||
|
RegistrationManager
|
||
|
UtilsCommonTestLib
|
||
|
SDKInterfacesTests)
|
||
|
|
||
|
discover_unit_tests("" "${LIBRARIES}")
|