Skip to content

Commit dd3b93f

Browse files
committed
Merge branch 'topic/RDKEMW-1014' of https://github.com/rdkcentral/entservices-inputoutput into topic/RDKEMW-1014
2 parents 3a901a7 + d986e86 commit dd3b93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdcpProfileClient/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ find_package(GLIB REQUIRED)
2727

2828
find_library(GLIB_LIBRARY NAMES glib-2.0 )
2929

30-
add_executable(${MODULE_NAME}
30+
add_library(${MODULE_NAME} SHARED
3131
HdcpProfileClient.cpp
3232
Module.cpp)
3333

0 commit comments

Comments
 (0)