]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonFeaturesPlugin/CMakeLists.txt
Salome HOME
1e600b3dfab9099220cc0fc9771e560434d24813
[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)