6 lines
179 B
CMake
6 lines
179 B
CMake
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||
|
|
||
|
set(LIBS acsdkKWDImplementations NotifierTestLib)
|
||
|
|
||
|
discover_unit_tests("${acsdkKWDImplementations_SOURCE_DIR}/include" "${LIBS}")
|