11 lines
338 B
CMake
11 lines
338 B
CMake
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
|
|
|
set(INCLUDE_PATH
|
|
"${SpeechSynthesizer_INCLUDE_DIRS}"
|
|
"${AVSCommon_SOURCE_DIR}/SDKInterfaces/test"
|
|
"${AVSCommon_SOURCE_DIR}/Utils/test"
|
|
"${CaptionsTestLib_INCLUDE_DIRS}")
|
|
|
|
discover_unit_tests(
|
|
"${INCLUDE_PATH}"
|
|
"SpeechSynthesizer;CaptionsTestLib;UtilsCommonTestLib") |