Assembly: fixes #11034: Assembly_rc.py not installed

This commit is contained in:
wmayer
2023-10-14 22:18:59 +02:00
committed by Adrián Insaurralde Avalos
parent 147cd7cc53
commit af5b8714a8

View File

@@ -50,3 +50,5 @@ fc_target_copy_resource(AssemblyGui
INSTALL(TARGETS AssemblyGui DESTINATION ${CMAKE_INSTALL_LIBDIR})
INSTALL(FILES ${AssemblyGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Assembly/Resources/icons")
INSTALL(FILES ${Assembly_QRC_SRCS} DESTINATION Mod/Assembly
)