Skip to content

Commit

Permalink
cmake : add runtime destination install (ggerganov#345)
Browse files Browse the repository at this point in the history
needed for mingw32 build to successfully install the dlls in the correct location
  • Loading branch information
aviks authored Dec 31, 2022
1 parent 4a250c9 commit 6c6b3b7
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 @@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC
install(TARGETS ${TARGET}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static
RUNTIME DESTINATION bin
)

#
Expand Down

0 comments on commit 6c6b3b7

Please sign in to comment.