Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
92518bbd
Commit
92518bbd
authored
Sep 16, 2019
by
Florian Oetke
Browse files
switched to relative paths in asset embedding script because windows...
parent
f7fae963
Pipeline
#3215
passed with stage
in 13 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
embed_recursive_into_asm.cmake
View file @
92518bbd
...
...
@@ -17,7 +17,8 @@ function(mirrage_copy_recursive src dst)
COMMAND
${
CMAKE_COMMAND
}
-E copy_if_different
"
${
path
}
"
"
${
dst
}
/"
OUTPUT_QUIET
)
list
(
APPEND local_copied_files
"
${
dst
}
/
${
file
}
"
)
file
(
RELATIVE_PATH REL_PATH
"
${
DST_DIR
}
/embed"
"
${
dst
}
/
${
file
}
"
)
list
(
APPEND local_copied_files
${
REL_PATH
}
)
endif
()
endforeach
(
path
)
...
...
Write
Preview
Supports
Markdown
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