Salome HOME
Porting SIERPINSKY module to WIN32 platform.
[samples/sierpinsky.git] / src / SierpinskyGUI / CMakeLists.txt
index 60cc0d287a848a51204ccc31441abd564c0384ec..cc4a4d77db13561d23ced92416f21e7310af5f14 100644 (file)
@@ -57,15 +57,21 @@ SET(_link_LIBRARIES
 # --- headers ---
 
 # header files / to be processed by moc
-SET(SIERPINSKY_HEADERS
+SET(_moc_HEADERS
   SierpinskyGUI_RunDlg.h
   SierpinskyGUI.h
 )
 
+SET(_other_HEADERS
+  SierpinskyGUI.hxx
+)
+
+SET (SIERPINSKY_HEADERS ${_moc_HEADERS} ${_other_HEADERS})
+
 # --- sources ---
 
 # sources / moc wrappings
-QT4_WRAP_CPP(_moc_SOURCES ${SIERPINSKY_HEADERS})
+QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS})
 
 # sources / static
 SET(_other_SOURCES