Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patch from Jurgen to install libs under msvc too
git-svn-id: http://svn.osgeo.org/qgis/trunk@7314 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 2, 2007
1 parent 33ba195 commit 4ca4523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -171,7 +171,8 @@ ENDIF (APPLE)

INSTALL(TARGETS qgis_core
RUNTIME DESTINATION ${QGIS_BIN_DIR}
LIBRARY DESTINATION lib)
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)


# Added by Tim to install headers
Expand Down
3 changes: 2 additions & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -79,7 +79,8 @@ ENDIF (APPLE)

INSTALL(TARGETS qgis_gui
RUNTIME DESTINATION ${QGIS_BIN_DIR}
LIBRARY DESTINATION lib)
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)

# for installing headers

Expand Down

0 comments on commit 4ca4523

Please sign in to comment.