Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/creikey/enet
Browse files Browse the repository at this point in the history
  • Loading branch information
creikey committed Nov 3, 2022
2 parents c2eb24d + 311360d commit eabda75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ add_library(enet STATIC
if (MINGW)
target_link_libraries(enet winmm ws2_32)
endif()

install(TARGETS enet
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib/static
LIBRARY DESTINATION lib)

install(DIRECTORY include/
DESTINATION include)

0 comments on commit eabda75

Please sign in to comment.