Skip to content

Commit fa780ab

Browse files
authored
Update CMakeLists.txt
1 parent 409910c commit fa780ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

HdmiCecSink/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# If not stated otherwise in this file or this component's license file the
2-
# following copyright and licenses apply:
1+
# If not stated otherwise in this file or this component's LICENSE
2+
# file the following copyright and licenses apply:
33
#
4-
# Copyright 2020 RDK Management
4+
# Copyright 2025 RDK Management
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
1414
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
17+
1718
set(PLUGIN_NAME HdmiCecSink)
1819
set(MODULE_NAME ${NAMESPACE}${PLUGIN_NAME})
1920
set(PLUGIN_IMPLEMENTATION ${MODULE_NAME}Implementation)
@@ -69,4 +70,4 @@ install(TARGETS ${MODULE_NAME}
6970
install(TARGETS ${PLUGIN_IMPLEMENTATION}
7071
DESTINATION lib/${STORAGE_DIRECTORY}/plugins)
7172

72-
write_config(${PLUGIN_NAME})
73+
write_config(${PLUGIN_NAME})

0 commit comments

Comments
 (0)