]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonFeaturesPlugin/CMakeLists.txt
Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[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)