From Luigi Calori, "Here are some fix for building plugin net and installing .lib under lib under WIndows + some setting (commented) coming from previous build setup"

This commit is contained in:
Robert Osfield
2007-03-09 16:25:11 +00:00
parent 34067a3e02
commit 0354057dea
2 changed files with 22 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ INSTALL(
TARGETS ${LIB_NAME}
RUNTIME DESTINATION ${INSTALL_BINDIR}
LIBRARY DESTINATION ${INSTALL_LIBDIR}
ARCHIVE DESTINATION ${INSTALL_LIBDIR}
ARCHIVE DESTINATION ${INSTALL_ARCHIVEDIR}
)
# FIXME: Do not run for OS X framework
INSTALL(