1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-05 14:28:40 +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) add_dependencies(bundle clementine)
install(TARGETS clementine install(TARGETS clementine
BUNDLE DESTINATION bin) BUNDLE DESTINATION bin
RUNTIME DESTINATION bin)