Skip to content

Commit

Permalink
Add ARCHIVE install target for Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Sep 12, 2015
1 parent 2c12746 commit f86ccbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ INSTALL(TARGETS sortshp shptree shptreevis msencrypt legend scalebar tile4ms shp
)
INSTALL(TARGETS mapserver
EXPORT mapserverTargets
ARCHIVE DESTINATION ${INSTALL_LIB_DIR} COMPONENT shlib
LIBRARY DESTINATION ${INSTALL_LIB_DIR} COMPONENT shlib
PUBLIC_HEADER DESTINATION ${INSTALL_INCLUDE_DIR}/mapserver COMPONENT dev
)
Expand Down

0 comments on commit f86ccbd

Please sign in to comment.