Skip to content

Commit

Permalink
move lib to public include
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Sep 20, 2020
1 parent d2c0f97 commit d29df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SocketIOClient/SocketIOClient.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public SocketIOClient(ReadOnlyTargetRules Target) : base(Target)
"JsonUtilities",
"SIOJson",
"CoreUtility",
"SocketIOLib",
// ... add other public dependencies that you statically link with here ...
}
);
Expand All @@ -91,7 +92,6 @@ public SocketIOClient(ReadOnlyTargetRules Target) : base(Target)
"Engine",
"Slate",
"SlateCore",
"SocketIOLib",
// ... add private dependencies that you statically link with here ...
}
);
Expand Down

0 comments on commit d29df10

Please sign in to comment.