cmake fix

This commit is contained in:
John Maguire 2010-02-28 20:56:27 +00:00
parent ad52c825ae
commit 30fa135521
1 changed files with 2 additions and 1 deletions

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)