We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370df34 commit e1212aaCopy full SHA for e1212aa
1 file changed
Nostalgia/embedded/EmbedAssets.cmake
@@ -68,5 +68,6 @@ if(_EMBED_NOSTALGIA)
68
create_shaders(${SOURCE_DIR}/shaders/GLSL shaders.hpp)
69
elseif(_EMBED_EDITOR)
70
create_resources(${SOURCE_DIR}/icons editor_icons.hpp EDITOR_ICONS_H _EditorIcons)
71
+ create_resources(${SOURCE_DIR}/new_icons new_editor_icons.hpp NEW_EDITOR_ICONS_H _NewEditorIcons)
72
create_resources(${SOURCE_DIR}/models editor_models.hpp EDITOR_MODELS_H _EditorModels)
73
endif()
0 commit comments