Salome HOME
bos #26460 Add SSL mode
[samples/atomsolv.git] / src / ATOMSOLV / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 97de2ab..c2a31e2
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-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
@@ -38,6 +38,7 @@ ADD_DEFINITIONS(
 SET(_link_LIBRARIES
   ${ATOMGEN_SalomeIDLATOMGEN}
   ${KERNEL_SalomeContainer}
+  ${KERNEL_SalomeKernelHelpers}
   SalomeIDLATOMSOLV
 )
 
@@ -46,6 +47,7 @@ SET(_link_LIBRARIES
 # header files / no moc processing
 SET(ATOMSOLV_HEADERS
   ATOMSOLV.hxx
+  ATOMSOLV_Component_Generator.hxx
 )
 
 # --- sources ---
@@ -53,6 +55,7 @@ SET(ATOMSOLV_HEADERS
 # sources / static
 SET(ATOMSOLV_SOURCES
   ATOMSOLV.cxx
+  ATOMSOLV_Component_Generator.cxx
 )
 
 # --- rules ---