Skip to content

Commit 09e6763

Browse files
committed
NO MERGE: AVInput COM-RPC Support: Unit tests: Added impl support to CMakeLists.txt
1 parent 4d00682 commit 09e6763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/L1Tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ add_plugin_test_ex(PLUGIN_HDMICECSOURCE tests/test_HdmiCecSource.cpp "${HDMICECS
121121

122122
# PLUGIN_AVINPUT
123123
set (AVINPUT_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/AVInput ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)
124-
add_plugin_test_ex(PLUGIN_AVINPUT tests/test_AVInput.cpp "${AVINPUT_INC}" "${NAMESPACE}AVInput")
124+
set (AVINPUT_LIBS ${NAMESPACE}AVInput ${NAMESPACE}AVInputImplementation)
125+
add_plugin_test_ex(PLUGIN_AVINPUT tests/test_AVInput.cpp "${AVINPUT_INC}" "${AVINPUT_LIBS}")
125126

126127
add_library(${MODULE_NAME} SHARED ${TEST_SRC})
127128

0 commit comments

Comments
 (0)