Skip to content

Commit

Permalink
also include shared library in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kupix committed Oct 22, 2024
1 parent e414a8d commit 75b2bad
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 @@ -82,6 +82,8 @@ install(TARGETS bungee_static
ARCHIVE DESTINATION ${CMAKE_INSTALL_PREFIX}/${BUNGEE_ABI_NAME}/archive)

install(TARGETS bungee_shared
LIBRARY DESTIMATION ${CMAKE_INSTALL_PREFIX}/${BUNGEE_ABI_NAME}/library
RUNTIME DESTIMATION ${CMAKE_INSTALL_PREFIX}/${BUNGEE_ABI_NAME}/runtime
FRAMEWORK DESTINATION ${CMAKE_INSTALL_PREFIX}/${BUNGEE_ABI_NAME}/framework)

install(TARGETS bungee_executable
Expand Down

0 comments on commit 75b2bad

Please sign in to comment.