make shared libs work again (#239)

This commit is contained in:
redPanther
2016-09-13 17:39:01 +02:00
committed by GitHub
parent 52283b3257
commit ccc50899fb
9 changed files with 29 additions and 14 deletions

View File

@@ -58,10 +58,8 @@ add_library(hyperion
)
target_link_libraries(hyperion
kodivideochecker
blackborder
hyperion-utils
leddevice
effectengine
${QT_LIBRARIES}
)