File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,8 @@ add_plugin_test_ex(PLUGIN_HDCPPROFILE tests/test_HdcpProfile.cpp "${HDCPPROFILE_
111
111
add_plugin_test_ex(PLUGIN_HDMICEC2 tests/test_HdmiCec2.cpp "../../HdmiCec_2" "${NAMESPACE} HdmiCec_2" )
112
112
113
113
# PLUGIN_HDMICECSINK
114
- set (HDMICECSINK_INC ${CMAKE_SINK_DIR} /../entservices-inputoutput/HdmiCecSink ${CMAKE_SINK_DIR} /../entservices-inputoutput/helpers)
115
- set (HDMICECSINK_LIBS ${NAMESPACE} HdmiCecSink ${NAMESPACE} HdmiCecSinkImplementation)
116
- add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${HDMICECSINK_LIBS} " )
114
+ set (HDMICECSINK_INC ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/HdmiCecSink ${CMAKE_SOURCE_DIR} /../entservices-inputoutput/helpers)
115
+ add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC} " "${NAMESPACE} HdmiCecSink" )
117
116
118
117
# PLUGIN_HDMICECSOURCE
119
118
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