Skip to content

Commit d986e86

Browse files
authored
Update CMakeLists.txt
1 parent e4739d3 commit d986e86

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)