Disable installation of enet headers and libraries (#1663)
This commit is contained in:
parent
b989d33f03
commit
e2f59c521e
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# submodules
|
||||
# moonlight common library
|
||||
set(ENET_NO_INSTALL ON CACHE BOOL "Don't install any libraries build for enet")
|
||||
add_subdirectory(third-party/moonlight-common-c/enet)
|
||||
|
||||
# web server
|
||||
|
|
|
|||
2
third-party/moonlight-common-c
vendored
2
third-party/moonlight-common-c
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 0f17b4d0c5f40842bb81fec0f2f6b5afbf182d04
|
||||
Subproject commit 7a6d12fc4e36a0b450dfbf1be85b250824c7a0d7
|
||||
Loading…
Add table
Add a link
Reference in a new issue