Salome HOME
#24735 [CEA][Windows] HELLO compilation issue
[samples/hello.git] / src / HELLO / CMakeLists.txt
index 17a85db16e0ec01acef0132ad488df88e36fb14b..f8a6863ebd0a95287f8eb540a2b3f4b46e79f54a 100644 (file)
@@ -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 ---