Salome HOME
Copyright update: 2016
[samples/light.git] / src / LIGHTGUI / CMakeLists.txt
index 9a01b780f37c43ba5e581434a3b1c0eaac9b3b03..0c7ec970cc9eab13a9dce2bdde180d5457b791ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015  OPEN CASCADE
+# Copyright (C) 2013-2016  OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -53,10 +53,10 @@ SET(_moc_HEADERS
 
 # header files / no moc processing
 SET(_other_HEADERS
-  LIGHTGUI_Selection.h
   LIGHTGUI_DataObject.h
-  LIGHTGUI_TextPrs.hxx
-  LIGHTGUI_Exports.hxx 
+  LIGHTGUI_Exports.h
+  LIGHTGUI_Selection.h
+  LIGHTGUI_TextPrs.h
 )
 
 # header files / to install
@@ -70,9 +70,9 @@ QT4_WRAP_CPP(_moc_SOURCES ${_moc_HEADERS})
 # sources / static
 SET(_other_SOURCES
   LIGHTGUI.cxx
-  LIGHTGUI_Selection.cxx
-  LIGHTGUI_DataObject.cxx
   LIGHTGUI_DataModel.cxx
+  LIGHTGUI_DataObject.cxx
+  LIGHTGUI_Selection.cxx
   LIGHTGUI_TextPrs.cxx
 )