Add "LIBRARY" destination for install commands.

This commit is contained in:
rude
2013-10-02 00:17:06 +02:00
parent ca8fdab359
commit 34d8250c2d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -856,5 +856,5 @@ IF(EXAMPLES)
ENDIF()
IF(MEGA)
install(TARGETS ${LIBNAME} RUNTIME DESTINATION .)
install(TARGETS ${LIBNAME} RUNTIME DESTINATION . LIBRARY DESTINATION .)
ENDIF()