We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4a7f2 commit 993a82cCopy full SHA for 993a82c
Tests/L1Tests/CMakeLists.txt
@@ -120,7 +120,7 @@ add_plugin_test_ex(PLUGIN_HDMICECSOURCE tests/test_HdmiCecSource.cpp "${HDMICECS
120
121
# PLUGIN_AVINPUT
122
set (AVINPUT_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/AVInput ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)
123
-set (AVINPUT_LIBS ${NAMESPACE}AVInputUtils ${NAMESPACE}AVInput ${NAMESPACE}AVInputImplementation)
+set (AVINPUT_LIBS ${NAMESPACE}AVInput ${NAMESPACE}AVInputImplementation)
124
add_plugin_test_ex(PLUGIN_AVINPUT tests/test_AVInput.cpp "${AVINPUT_INC}" "${AVINPUT_LIBS}")
125
126
add_library(${MODULE_NAME} SHARED ${TEST_SRC})
0 commit comments