]> cloud.milkyroute.net Git - dolphin.git/commitdiff
changing install locations of dll's to bin
authorPatrick Spendrin <ps_ml@gmx.de>
Thu, 8 Nov 2007 15:19:33 +0000 (15:19 +0000)
committerPatrick Spendrin <ps_ml@gmx.de>
Thu, 8 Nov 2007 15:19:33 +0000 (15:19 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=734310

src/CMakeLists.txt

index f532de8ec4b9a6162a0688516d5696bf60aba6fd..0029af3f6c1946325fda160402b37944791244d5 100644 (file)
@@ -46,7 +46,11 @@ endif (Nepomuk_FOUND)
 
 
 set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 )
-install(TARGETS dolphinprivate  DESTINATION ${LIB_INSTALL_DIR} )
+install(TARGETS dolphinprivate 
+        RUNTIME DESTINATION ${BIN_INSTALL_DIR}
+        LIBRARY DESTINATION ${LIB_INSTALL_DIR}
+        ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
+)
 
 
 ##########################################