Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Robert Maynard
CMake
Commits
48d1456b
Commit
48d1456b
authored
Nov 11, 2019
by
Daniel Eiband
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UnityBuild: Resolve full paths of unity source includes
Issue: 19927
parent
ec2f130a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/cmLocalGenerator.cxx
Source/cmLocalGenerator.cxx
+1
-1
No files found.
Source/cmLocalGenerator.cxx
View file @
48d1456b
...
...
@@ -2488,7 +2488,7 @@ void cmLocalGenerator::AddUnityBuild(cmGeneratorTarget* target)
file
<<
beforeInclude
<<
"
\n
"
;
}
file
<<
"#include
\"
"
<<
sf
->
Get
FullPath
()
<<
"
\"\n
"
;
file
<<
"#include
\"
"
<<
sf
->
Resolve
FullPath
()
<<
"
\"\n
"
;
if
(
afterInclude
)
{
file
<<
afterInclude
<<
"
\n
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment