]> SALOME platform Git repositories - samples/hello.git/blobdiff - src/HELLO/CMakeLists.txt
Salome HOME
#24735 [CEA][Windows] HELLO compilation issue
[samples/hello.git] / src / HELLO / CMakeLists.txt
index ebe0da9474187debcfdf7d42213716507a5b193c..f8a6863ebd0a95287f8eb540a2b3f4b46e79f54a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  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
@@ -38,6 +38,7 @@ SET(_link_LIBRARIES
   ${KERNEL_OpUtil}
   ${KERNEL_SalomeContainer}
   ${KERNEL_SalomeKernelHelpers}
+  ${KERNEL_SalomeDS}
   SalomeIDLHELLO
 )
 
@@ -46,6 +47,7 @@ SET(_link_LIBRARIES
 # header files / no moc processing
 SET(HELLO_HEADERS
   HELLO.hxx
+  HELLO_Component_Generator.hxx
 )
 
 # --- sources ---
@@ -53,6 +55,7 @@ SET(HELLO_HEADERS
 # sources / static
 SET(HELLO_SOURCES
   HELLO.cxx
+  HELLO_Component_Generator.cxx
 )
 
 # --- rules ---