Skip to content

Commit

Permalink
Test adding JSON to PrivateDependencyModuleNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Sep 19, 2024
1 parent f36a9bb commit ae9a963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public BeamableCore(ReadOnlyTargetRules Target) : base(Target)
"CoreUObject",
"Engine",
"Slate",
"SlateCore",
"SlateCore","Json", "JsonUtilities",
"OnlineSubsystem"
// ... add private dependencies that you statically link with here ...
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ public BeamableCoreRuntime(ReadOnlyTargetRules Target) : base(Target)
"UnrealEd",
"ToolWidgets",
"EditorScriptingUtilities",
"Json",
"JsonUtilities",
"HTTP",
}
);
Expand Down

0 comments on commit ae9a963

Please sign in to comment.