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

@@ -26,7 +26,8 @@ add_executable(${PROJECT_NAME}
${hyperion-remote_SOURCES})
target_link_libraries(${PROJECT_NAME}
commandline
effectengine
commandline
jsoncpp
${QT_LIBRARIES})