1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01: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)
SET( OS_SPECIFIC_LINK_LIBRARIES
${OS_SPECIFIC_LINK_LIBRARIES}
${QTSPARKLE_LIBRARIES}
)
list(APPEND OS_SPECIFIC_LINK_LIBRARIES ${QTSPARKLE_LIBRARIES})
endif()