1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

Make linux infoplugins real plugins

This commit is contained in:
Dominik Schmidt
2012-05-14 04:37:05 +02:00
parent 380ff0d23d
commit f33d446f7f
16 changed files with 8 additions and 33 deletions

View File

@@ -80,7 +80,7 @@ macro(add_tomahawk_plugin)
endif()
# add link targets
target_link_libraries(${TOMAHAWK_LIBRARIES})
target_link_libraries(${target} tomahawklib)
if(PLUGIN_LINK_LIBRARIES)
target_link_libraries(${target} ${PLUGIN_LINK_LIBRARIES})
endif()