Salome HOME
Management of scripts+args in SALOME shell and TUI (not yet in GUI)
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index cc415662f45214510786396508755c3d96458e07..1e563744ff76c2ab647c6a3e1a5944855172bcf0 100755 (executable)
@@ -17,6 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(tests)
+
 # ===============================================================
 # Files to be installed
 # ===============================================================
@@ -33,7 +35,7 @@ SET(SCRIPTS
   getAppliPath.py
   update_catalogs.py
   kill_remote_containers.py
-  salome.py
+  salome # this is the Python launcher (without .py extension to avoid conflicts when importing salome python package)
 )
 
-SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${KERNEL_salomescript_SCRIPTS}/appliskel)
+SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel)