Skip to content

Commit

Permalink
On dll platforms (win/cygwin), we need to install the archives (.dll.a).
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Dec 27, 2017
1 parent 97e8549 commit f1846a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ install (
EXPORT NekoTargets
RUNTIME DESTINATION ${DEST_BIN}
LIBRARY DESTINATION ${DEST_LIB}
ARCHIVE DESTINATION ${DEST_LIB}
PUBLIC_HEADER DESTINATION ${DEST_INCLUDE}
)

Expand All @@ -615,6 +616,7 @@ if (WITH_NEKOML)
EXPORT NekoTargets
RUNTIME DESTINATION ${DEST_BIN}
LIBRARY DESTINATION ${DEST_LIB}
ARCHIVE DESTINATION ${DEST_LIB}
PUBLIC_HEADER DESTINATION ${DEST_INCLUDE}
)
install (
Expand Down

0 comments on commit f1846a1

Please sign in to comment.