1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

Rename add_tomahawk_plugin macro to tomahawk_add_plugin

This commit is contained in:
Dominik Schmidt
2013-01-15 14:59:57 +01:00
parent 5298401f17
commit e8af9d4c1f
9 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ MACRO(CDR var junk)
ENDMACRO(CDR)
macro(add_tomahawk_plugin)
macro(tomahawk_add_plugin)
parse_arguments(PLUGIN
"SOURCES;UI;LINK_LIBRARIES;TYPE;EXPORT_MACRO;COMPILE_DEFINITIONS"
"NO_INSTALL;SHARED_LIB"
@@ -93,7 +93,7 @@ macro(add_tomahawk_plugin)
endif()
# add link targets
target_link_libraries(${target} tomahawklib)
target_link_libraries(${target} ${TOMAHAWK_LIBRARIES})
if(PLUGIN_LINK_LIBRARIES)
target_link_libraries(${target} ${PLUGIN_LINK_LIBRARIES})
endif()