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:
beaglejoe 2019-02-07 02:54:25 +00:00
parent ec85142fe8
commit 77390beac7

View file

@ -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