Salome HOME
#29456 [EDF] (2022-T1) Finalization of SSL implementation
[samples/hello.git] / src / HELLO / CMakeLists.txt
index f8a6863ebd0a95287f8eb540a2b3f4b46e79f54a..e265b0888e2f1e5d1669a1d2056c84463ef5d364 100644 (file)
@@ -47,7 +47,6 @@ SET(_link_LIBRARIES
 # header files / no moc processing
 SET(HELLO_HEADERS
   HELLO.hxx
-  HELLO_Component_Generator.hxx
 )
 
 # --- sources ---
@@ -55,7 +54,6 @@ SET(HELLO_HEADERS
 # sources / static
 SET(HELLO_SOURCES
   HELLO.cxx
-  HELLO_Component_Generator.cxx
 )
 
 # --- rules ---