1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00

cmake fix

This commit is contained in:
John Maguire 2010-02-28 20:56:27 +00:00
parent ad52c825ae
commit 30fa135521

View File

@ -194,4 +194,5 @@ add_custom_target(bundle
add_dependencies(bundle clementine)
install(TARGETS clementine
BUNDLE DESTINATION bin)
BUNDLE DESTINATION bin
RUNTIME DESTINATION bin)