Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Binaries/config.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"STUN_URL" : "stun.l.google.com",
"STUN_PORT" : 19302,
"COORDINATOR_IP" : "127.0.0.1:12021",
"COORDINATOR_PASSWORD" : "test",
"PASSWORD" : "test"
}
"STUN_URL" : "stun.l.google.com",
"STUN_PORT" : 19302,
"COORDINATOR_IP" : "10.245.86.41:12022",
"COORDINATOR_PASSWORD" : "UFTIPS",
"PASSWORD" : "UFTIPS"
}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ set(USE_VULKAN OFF CACHE BOOL "Use Vulkan")
set(INCLUE_WEBSERVER OFF CACHE BOOL "Include a webserver")
set(USE_CRYPTOCPP ON CACHE BOOL "Include lib Cryptopp")
set(USE_CRYPTOCPP_NETCONN ON CACHE BOOL "Use Cryptopp in networking")
set(USE_CUDA OFF CACHE BOOL "Use CUDA when applicable")
set(USE_CUDA ON BOOL "Use CUDA when applicable")
set(USE_OBJECTS ON CACHE BOOL "Use Objects (includes GC, RTTR, ...)")
set(USE_WINRT OFF CACHE BOOL "Use C++/WinRt")
set(USE_LIBDATACHANNEL OFF CACHE BOOL "Use libdatachannel")
Expand Down
2 changes: 1 addition & 1 deletion Misc/SPPWinRTBTE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ target_compile_options( SPPWinRTBTE
"/await"
"/ZW"
"/AI\"C:/Program Files (x86)/Windows Kits/10/UnionMetadata/10.0.22621.0\""
"/AI\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/lib/x86/store/references\""
"/AI\"C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/lib/x86/store/references\""
)


Expand Down