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

Adding PugiXML Lib file

parent d3427f68
No related branches found
No related tags found
1 merge request!2Backporting many features from the study on top of the Dasher3D-Core
...@@ -47,6 +47,7 @@ public class Dasher : ModuleRules ...@@ -47,6 +47,7 @@ public class Dasher : ModuleRules
if (Target.Platform == UnrealTargetPlatform.Linux) if (Target.Platform == UnrealTargetPlatform.Linux)
{ {
PublicAdditionalLibraries.Add(Path.Combine(ModuleDirectory, "Lib", "DasherCore.a")); PublicAdditionalLibraries.Add(Path.Combine(ModuleDirectory, "Lib", "DasherCore.a"));
PublicAdditionalLibraries.Add(Path.Combine(ModuleDirectory, "Lib", "libpugixml.a"));
} }
} }
} }
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment