We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4739d3 commit d986e86Copy full SHA for d986e86
HdcpProfileClient/CMakeLists.txt
@@ -27,7 +27,7 @@ find_package(GLIB REQUIRED)
27
28
find_library(GLIB_LIBRARY NAMES glib-2.0 )
29
30
-add_executable(${MODULE_NAME}
+add_library(${MODULE_NAME} SHARED
31
HdcpProfileClient.cpp
32
Module.cpp)
33
0 commit comments