Salome HOME
Management of scripts+args in SALOME shell and TUI (not yet in GUI)
[modules/kernel.git] / bin / appliskel / CMakeLists.txt
index 37cc335cc71f4c3466ca70adba55c5324ffb0b66..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
 # ===============================================================
@@ -36,4 +38,4 @@ SET(SCRIPTS
   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)