Salome HOME
Merge branch 'master' of newgeom:newgeom.git into BR_PYTHON_PLUGIN
[modules/shaper.git] / src / PythonFeaturesPlugin / CMakeLists.txt
1 INCLUDE(Common)
2
3 SET(PYTHON_FILES
4   PythonFeaturesPlugin_Box.py
5   PythonFeaturesPlugin.py
6   sketch.py
7   extrusion.py
8   examples.py
9   SketchResult.py
10 )
11
12 SET(XML_RESSOURCES
13   plugin-PythonFeatures.xml
14   box_widget.xml
15 )
16
17 INSTALL(FILES ${PYTHON_FILES} ${XML_RESSOURCES} DESTINATION plugins)