avs-device-sdk/AVSCommon/SDKInterfaces/test/CMakeLists.txt

13 lines
293 B
CMake

if (BUILD_TESTING)
add_library(SDKInterfacesTests
src/StubMiscStorage.cpp
)
target_include_directories(SDKInterfacesTests PUBLIC
"${AVSCommon_INCLUDE_DIRS}"
)
target_link_libraries(SDKInterfacesTests AVSCommon gmock_main)
endif()