Browse Source

slikenet disabled for web

Arnis Lielturks 5 years ago
parent
commit
f19271a970
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
Source/CMakeLists.txt

@@ -84,7 +84,7 @@ if (URHO3D_LUA)
     add_subdirectory (ThirdParty/toluapp/src/lib)
 endif ()
 
-if (URHO3D_NETWORK)
+if (URHO3D_NETWORK AND NOT WEB)
     add_subdirectory (ThirdParty/Civetweb)
     add_subdirectory (ThirdParty/SLikeNet)
 endif ()