mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
6186ac0245
Simplify signaling by making Matching2 a layer over normal signaling. Implements UPNP port forwarding Implement sceNpMatching2AbortRequest Fix reported bw in sceNpUtil Hack for Fat Princess binding udp on 3658 Reenable CB for sceNpBasicAddPlayersHistoryAsync Misc fixes
9 lines
395 B
CMake
9 lines
395 B
CMake
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
|
option (UPNPC_BUILD_SHARED "Build shared library" FALSE)
|
|
option (UPNPC_BUILD_TESTS "Build test executables" FALSE)
|
|
option (UPNPC_BUILD_SAMPLE "Build sample executables" FALSE)
|
|
option (NO_GETADDRINFO "Define NO_GETADDRINFO" FALSE)
|
|
option (UPNPC_NO_INSTALL "Disable installation" TRUE)
|
|
|
|
add_subdirectory(miniupnp/miniupnpc EXCLUDE_FROM_ALL)
|