File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,10 @@ add_plugin_test_ex(PLUGIN_HDMIINPUT tests/test_HdmiInput.cpp "${HDMIINPUT_INC}"
122
122
add_plugin_test_ex(PLUGIN_HDMICEC2 tests/test_HdmiCec2.cpp "../../HdmiCec_2" "${NAMESPACE} HdmiCec_2" )
123
123
124
124
# PLUGIN_HDMICECSINK
125
- set (HDMICECSINK_INC ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/HdmiCecSink ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/helpers)
126
- add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${NAMESPACE} HdmiCecSink" )
125
+ set (HDMICECSINK_INC ${CMAKE_SINK_DIR} /../entservices-inputoutput/HdmiCecSink ${CMAKE_SINK_DIR} /../entservices-inputoutput/helpers)
126
+ set (HDMICECSINK_LIBS ${NAMESPACE} HdmiCecSink ${NAMESPACE} HdmiCecSinkImplementation)
127
+ add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${HDMICECSINK_LIBS} " )
128
+
127
129
128
130
# PLUGIN_HDMICECSOURCE
129
131
set (HDMICECSOURCE_INC ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/HdmiCecSource ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/helpers)
You can’t perform that action at this time.
0 commit comments