From 002d0266e088ca4607804a7a9e450e09279525fa Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Sun, 7 May 2017 22:48:20 -0700 Subject: [PATCH] Added missing libhttpdatastream plugin. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8ec6b19f..0cbc50b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,6 +121,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux") bin/plugins/liboggdecoder.so bin/plugins/libtaglibreader.so bin/plugins/libwebsocket_remote.so + bin/plugins/libhttpdatastream.so DESTINATION share/musikcube/plugins ) else (CMAKE_SYSTEM_NAME MATCHES "Linux") @@ -135,6 +136,7 @@ else (CMAKE_SYSTEM_NAME MATCHES "Linux") bin/plugins/liboggdecoder.dylib bin/plugins/libtaglibreader.dylib bin/plugins/libwebsocket_remote.dylib + bin/plugins/libhttpdatastream.dylib DESTINATION share/musikcube/plugins ) endif (CMAKE_SYSTEM_NAME MATCHES "Linux")