Fix enet to install headers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6605 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2feea665d2ea9ffb050547d7b4ee190da33e43bc Former-commit-id: 0266eb2793695f247574db121863bbb2bc439df1
This commit is contained in:
parent
ec85142fe8
commit
77390beac7
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ if (WIN32)
|
|||
target_link_libraries(enet winmm ws2_32)
|
||||
endif()
|
||||
|
||||
install(FILES ${enet_HEADERS}
|
||||
install(FILES ${INCLUDE_FILES}
|
||||
DESTINATION include/enet)
|
||||
|
||||
install(TARGETS enet
|
||||
|
|
Loading…
Reference in a new issue