1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

use append

This commit is contained in:
Patrick von Reth
2014-03-31 18:00:29 +02:00
parent cbb8b44177
commit 9556c1693f

View File

@@ -21,9 +21,5 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
) )
if(QTSPARKLE_FOUND) if(QTSPARKLE_FOUND)
SET( OS_SPECIFIC_LINK_LIBRARIES list(APPEND OS_SPECIFIC_LINK_LIBRARIES ${QTSPARKLE_LIBRARIES})
${OS_SPECIFIC_LINK_LIBRARIES}
${QTSPARKLE_LIBRARIES}
)
endif() endif()