]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/CMakeLists.txt
Salome HOME
Issue #1309 Management of icons - icons are moved into corresponded plugins. The...
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 2d379a45d6f92a6eee96719d08760d8b5054bcbb..2d926b9d541241ecec25b257fbdfb38faeaa363b 100644 (file)
@@ -32,12 +32,22 @@ SET(PROJECT_LIBRARIES
     GeomAlgoAPI
 )
 
+SET(ICON_RESOURCES
+  icons/axis.png
+  icons/by_two_points_32x32.png
+  icons/circle.png
+  icons/cylindrical_face_32x32.png
+  icons/plane.png
+  icons/point.png
+)
+
 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS)
 ADD_LIBRARY(ConstructionPlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
 TARGET_LINK_LIBRARIES(ConstructionPlugin ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS ConstructionPlugin DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})
 INSTALL(FILES ${XML_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
+INSTALL(FILES ${ICON_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}/icons/Construction)
 
 INCLUDE_DIRECTORIES(
   ../Config