You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ option(SERVER_ONLY "Create a server only (i.e. no graphics or sound)" OFF)
22
22
option(CHECK_ASSETS "Check if assets are installed in ../stk-assets"ON)
23
23
option(USE_SYSTEM_ANGELSCRIPT "Use system angelscript instead of built-in angelscript. If you enable this option, make sure to use a compatible version."OFF)
24
24
option(USE_SYSTEM_ENET "Use system ENet instead of the built-in version, when available."ON)
25
+
option(USE_IPV6 "Allow create or connect to game server with ipv6 address, system enet will not be used."OFF)
25
26
option(USE_SYSTEM_GLEW "Use system GLEW instead of the built-in version, when available."ON)
26
27
option(USE_SYSTEM_WIIUSE "Use system WiiUse instead of the built-in version, when available."OFF)
27
28
option(USE_SQLITE3 "Use sqlite to manage server stats and ban list."ON)
0 commit comments