Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DasherVR
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
DasherVR
Commits
1c1c21b5
Commit
1c1c21b5
authored
11 months ago
by
Sebastian Pape
Browse files
Options
Downloads
Patches
Plain Diff
Adding PugiXML Lib file
parent
d3427f68
Branches
Branches containing commit
No related tags found
1 merge request
!2
Backporting many features from the study on top of the Dasher3D-Core
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Source/Thirdparty/Dasher/Dasher.Build.cs
+1
-0
1 addition, 0 deletions
Source/Thirdparty/Dasher/Dasher.Build.cs
Source/Thirdparty/Dasher/Lib/libpugixml.a
+0
-0
0 additions, 0 deletions
Source/Thirdparty/Dasher/Lib/libpugixml.a
with
1 addition
and
0 deletions
Source/Thirdparty/Dasher/Dasher.Build.cs
+
1
−
0
View file @
1c1c21b5
...
@@ -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"
));
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
Source/Thirdparty/Dasher/Lib/libpugixml.a
0 → 100644
+
0
−
0
View file @
1c1c21b5
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment