Skip to content

Commit 993a82c

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 1b4a7f2 commit 993a82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/L1Tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ add_plugin_test_ex(PLUGIN_HDMICECSOURCE tests/test_HdmiCecSource.cpp "${HDMICECS
120120

121121
# PLUGIN_AVINPUT
122122
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)
123+
set (AVINPUT_LIBS ${NAMESPACE}AVInput ${NAMESPACE}AVInputImplementation)
124124
add_plugin_test_ex(PLUGIN_AVINPUT tests/test_AVInput.cpp "${AVINPUT_INC}" "${AVINPUT_LIBS}")
125125

126126
add_library(${MODULE_NAME} SHARED ${TEST_SRC})

0 commit comments

Comments
 (0)