fix cmake/premake builds

This commit is contained in:
Erwin Coumans
2020-03-22 11:58:39 -07:00
parent 377069bfa5
commit 0b6457d318
6 changed files with 34 additions and 7 deletions

View File

@@ -315,7 +315,6 @@ B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingEx
}
#ifdef BT_ENABLE_CLSOCKET
#include "RemoteGUIHelperTCP.h"
B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnectTCP(const char* hostName, int port)