]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/CMakeLists.txt
Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
index 339fcc396912c3cd2881dea1780fcdf70e3d7d5b..1b837d2acc7e0ff6569f24c7cf5d0c8e80d597c8 100644 (file)
@@ -2,6 +2,7 @@
 
 INSTALL(DIRECTORY geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API})
 INSTALL(FILES __init__.py DESTINATION ${SHAPER_INSTALL_PYTHON_API})
+INSTALL(FILES __init__.py DESTINATION ${_pydir}/salome)
 
 # --------- Unit tests -----------
 INCLUDE(UnitTest)