avs-device-sdk/capabilities/Notifications/acsdkNotifications/test/CMakeLists.txt

10 lines
278 B
CMake
Executable File

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
set(LIBS
"AttachmentCommonTestLib"
"acsdkNotifications"
"UtilsCommonTestLib"
"SDKInterfacesTests"
"ApplicationAudioPipelineFactoryTestLib")
discover_unit_tests("${INCLUDE_PATH}" "${LIBS}")