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