Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
7737cabd
Commit
7737cabd
authored
Oct 07, 2023
by
Artur Wojcik
Browse files
fix cmake/Embed.cmake after merge
parent
579c925a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/Embed.cmake
cmake/Embed.cmake
+1
-1
No files found.
cmake/Embed.cmake
View file @
7737cabd
...
...
@@ -125,7 +125,7 @@ function(embed_file FILE BASE_DIRECTORY)
file
(
WRITE
"
${
OUTPUT_FILE
}
"
"
#include <cstddef>
extern const char _binary_
${
OUTPUT_SYMBOL
}
_start[] = {
${
ARRAY_VALUES
}
};
extern const char* _binary_
${
SYMBOL
}
_end =
_binary_
${
SYMBOL
}
_
start +
sizeof(_binary_
${
SYMBOL
}
_start);
extern const size_t
_binary_
${
OUTPUT_
SYMBOL
}
_
length =
sizeof(_binary_
${
OUTPUT_
SYMBOL
}
_start);
"
)
endif
()
set
(
OUTPUT_FILE
${
OUTPUT_FILE
}
PARENT_SCOPE
)
...
...
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