avs-device-sdk/CertifiedSender/test/CMakeLists.txt

9 lines
264 B
CMake

add_subdirectory("Common")
set(INCLUDE_PATH
"${AVSCommon_INCLUDE_DIRS}"
"${CertifiedSender_INCLUDE_DIRS}")
set(TEST_FOLDER "${CertifiedSender_BINARY_DIR}/test")
discover_unit_tests("${INCLUDE_PATH}" "CertifiedSender;SDKInterfacesTests" "${TEST_FOLDER}")