Skip to content

Commit

Permalink
[andrey-terekhov#314] Install archives to be able to link against .dll.a
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmenshikov committed Apr 17, 2022
1 parent 5a7e333 commit ec49531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ endfunction()
get_all_targets(targets .)
install(TARGETS ${targets}
RUNTIME DESTINATION ${PROJECT_NAME}
LIBRARY DESTINATION ${PROJECT_NAME})
LIBRARY DESTINATION ${PROJECT_NAME}
ARCHIVE DESTINATION ${PROJECT_NAME})

0 comments on commit ec49531

Please sign in to comment.