Skip to content

Commit

Permalink
Makefile: Install QArchive into correct destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Mar 8, 2021
1 parent 831a5bc commit 3fd1284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ install(FILES
install(TARGETS
QArchive
EXPORT QArchiveTargets
DESTINATION "${CMAKE_INSTALL_LIBDIR}")
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)

install(FILES
${toinstall}
Expand Down

0 comments on commit 3fd1284

Please sign in to comment.