Salome HOME
bos #26457 Factorization of ORB initialization
[modules/kernel.git] / src / ParallelContainer / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index e0f9282..0f23182
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2021  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
@@ -23,6 +23,7 @@ INCLUDE_DIRECTORIES(
   ${PYTHON_INCLUDE_DIRS}
   ${PACO_INCLUDE_DIRS}
   ${PROJECT_BINARY_DIR}/salome_adm
+  ${PROJECT_SOURCE_DIR}/src/ArgvKeeper
   ${PROJECT_SOURCE_DIR}/src/Container
   ${PROJECT_SOURCE_DIR}/src/Notification
   ${PROJECT_SOURCE_DIR}/src/SALOMELocalTrace
@@ -36,8 +37,9 @@ INCLUDE_DIRECTORIES(
   ${PROJECT_SOURCE_DIR}/src/SALOMETraceCollector
 )
 
-# This local variable defines the list of dependant libraries common to all target in this package.
+# This local variable defines the list of dependent libraries common to all target in this package.
 SET(COMMON_LIBS
+  ArgvKeeper
   SalomeContainer
   SalomeNS
   SALOMELocalTrace