Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
CMakeList: Add missing link library
Browse files Browse the repository at this point in the history
Change-Id: I184a7d4e1bc791e46dabce649d6a6b2ed25af487
  • Loading branch information
jcaden committed Sep 27, 2016
1 parent 8f53ab5 commit fcb5b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/transport/websocket/CMakeLists.txt
Expand Up @@ -24,6 +24,7 @@ target_link_libraries(websocketTransport
${GSTREAMER_LIBRARIES}
${JSONRPC_LIBRARIES}
${OPENSSL_LIBRARIES}
${KMSCORE_LIBRARIES}
)

set_property (TARGET websocketTransport
Expand Down

0 comments on commit fcb5b26

Please sign in to comment.