Skip to content

Commit

Permalink
gain load ui from binary data example
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijisIrlnd committed Aug 28, 2024
1 parent 8fb195f commit 2045f17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmake/mostly_harmless.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function(mostly_harmless_add_binary_data pluginTarget)
# and create it if necessary.
file(MAKE_DIRECTORY ${BINARY_RESOURCE_DEST})
set(BINARY_INPUT_SOURCES ${BINARY_RESOURCE_DEST}/BinaryData.cpp)
set_property(SOURCE ${BINARY_RESOURCE_DEST}/BinaryData.cpp PROPERTY GENERATED 1)
# Now iterate over the sources the user provided..
foreach (RESOURCE IN LISTS PLUGIN_BINARY_SOURCES)
# and get the filename without path or extension.
Expand Down
2 changes: 1 addition & 1 deletion modules/marvin

0 comments on commit 2045f17

Please sign in to comment.