Skip to content
Snippets Groups Projects
Commit 8999b74d authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Moved all dependencies to public dependencies

parent 4f2ac1c1
No related branches found
No related tags found
1 merge request!4Develop
...@@ -29,7 +29,11 @@ public class CAVEOverlay : ModuleRules ...@@ -29,7 +29,11 @@ public class CAVEOverlay : ModuleRules
"UMG", "UMG",
"DisplayCluster", "DisplayCluster",
"DisplayClusterExtensions", "DisplayClusterExtensions",
"InputCore" "InputCore",
"CoreUObject",
"Engine",
"Slate",
"SlateCore"
// ... add other public dependencies that you statically link with here ... // ... add other public dependencies that you statically link with here ...
} }
); );
...@@ -38,10 +42,6 @@ public class CAVEOverlay : ModuleRules ...@@ -38,10 +42,6 @@ public class CAVEOverlay : ModuleRules
PrivateDependencyModuleNames.AddRange( PrivateDependencyModuleNames.AddRange(
new string[] new string[]
{ {
"CoreUObject",
"Engine",
"Slate",
"SlateCore",
// ... add private dependencies that you statically link with here ... // ... add private dependencies that you statically link with here ...
} }
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment