Salome HOME
Correct Python wrappings for SALOMEDS::TMPFile and Engines::TMPFile IDL types
[modules/kernel.git] / bin / CMakeLists.txt
index 455fc61e15aaa94f3e6589de0b9f6f60d576cb2d..ceef7b04744d8739059f932676ff23265a5933fe 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
@@ -44,30 +44,21 @@ SET(SCRIPTS
   orbmodule.py
   ORBConfigFile.py
   parseConfigFile.py
-  runSalome
+  PortManager.py
   runSalome.py
   runSession.py
   runConsole.py
-  salomeConsole.py
+  runTests.py
   ${CMAKE_CURRENT_BINARY_DIR}/salomeContextUtils.py
   salomeContext.py
-  salome_session.py
   salome_utils.py
   searchFreePort.py
   server.py
   setenv.py
   showNS.py
-  shutdownSalome.py
   virtual_salome.py
   waitContainers.py
   waitNS.py
   )
 
-IF(SALOME_USE_PORTMANAGER)
-  SET(PORTMANAGER_SCRIPTS
-    PortManager.py
-    )
-  LIST(APPEND SCRIPTS ${PORTMANAGER_SCRIPTS})
-ENDIF()
-
 SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_SCRIPTS})