Skip to content

Commit

Permalink
Install binary to bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 authored and gamecreature committed Jul 26, 2024
1 parent f8e9194 commit e6b4a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ target_link_libraries(QtAwesome PUBLIC
)

install(TARGETS QtAwesome EXPORT QtAwesomeConfig
RUNTIME DESTINATION ${CMAKE_INSTALL_BINARYDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
Expand Down

0 comments on commit e6b4a66

Please sign in to comment.