[PATCH] fix missing drawing vs fem

This commit is contained in:
sgrogan 2015-09-12 12:41:31 +02:00 committed by wmayer
parent 29b2c9ab6c
commit 3274f42bb0

View File

@ -101,7 +101,7 @@ SET(DrawingGuiIcon_SVG
fc_copy_sources(DrawingGui "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Drawing" ${DrawingGuiIcon_SVG})
INSTALL(FILES ${DrawingGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Fem/Resources/icons/actions")
INSTALL(FILES ${DrawingGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Drawing/Resources/icons/actions")
SET_BIN_DIR(DrawingGui DrawingGui /Mod/Drawing)