Salome HOME
Deal with ref count server side.
[modules/kernel.git] / bin / appliskel / tests / launcher / CMakeLists.txt
index 8158f4f4ff924c7d7fa1981fc552dd0fff7cc400..1356331ec0527d497aca91f794f8c06e892fa532 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(SCRIPTS
-  add.py
-  getLogger.py
-  hello.py
-  lines.py
-  TestLauncherSessionArgs.py
-)
-
-SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel/tests/launcher)
+FILE(GLOB scripts "${CMAKE_CURRENT_SOURCE_DIR}/*.py")
+SALOME_INSTALL_SCRIPTS("${scripts}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}/appliskel/tests/launcher)