2020-06-22 23:48:22 +00:00
|
|
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
|
|
|
|
|
|
|
set(LIBS
|
|
|
|
"AttachmentCommonTestLib"
|
|
|
|
"acsdkNotifications"
|
|
|
|
"UtilsCommonTestLib"
|
2020-10-27 00:14:11 +00:00
|
|
|
"SDKInterfacesTests"
|
|
|
|
"ApplicationAudioPipelineFactoryTestLib")
|
2020-06-22 23:48:22 +00:00
|
|
|
|
|
|
|
discover_unit_tests("${INCLUDE_PATH}" "${LIBS}")
|