Salome HOME
Missing command to copy __init__.py
[modules/hydrosolver.git] / src / salome_hydro / telemac2d / CMakeLists.txt
index f52adbc60a7a9e2dc0e3fec2668a40b4ad96c60c..4d6aedc6701ca8d1df1f4c2d4a4266cf6ff22268 100644 (file)
 #  You should have received a copy of the GNU General Public License
 #  along with SALOME HYDRO module.  If not, see <http://www.gnu.org/licenses/>.
 
+# --- Python files ---
+
 SET(PYFILES
   __init__.py
 )
 
+SET(INSTALL_DIR ${SALOME_INSTALL_PYTHON}/salome/hydro/telemac2d)
+
+# --- rules ---
+
+SALOME_INSTALL_SCRIPTS("${PYFILES}" ${INSTALL_DIR})
+
 ADD_SUBDIRECTORY(eficas)