Merge pull request #82 from JonnyPtn/master
Add install target to CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user