Salome HOME
Make generated by SWIG python script installed: refs #17
[modules/shaper.git] / src / Model / CMakeLists.txt
index eca79ac1adc5a33e9eed2bdb82dc6c2f7d29af1f..1d56def92f083d5a2b9b87a24002378e0e427514 100644 (file)
@@ -1,5 +1,3 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
-
 INCLUDE(Common)
 INCLUDE(FindCAS)
 
@@ -8,20 +6,22 @@ SET(PROJECT_HEADERS
     Model_Application.h
     Model_Document.h
     Model_PluginManager.h
-    Model_Object.h
+    Model_Data.h
     Model_Iterator.h
     Model_AttributeDouble.h
     Model_AttributeDocRef.h
+    Model_Events.h
 )
 
 SET(PROJECT_SOURCES
     Model_Application.cxx
     Model_Document.cxx
     Model_PluginManager.cxx
-    Model_Object.cxx
+    Model_Data.cxx
     Model_Iterator.cxx
     Model_AttributeDouble.cxx
     Model_AttributeDocRef.cxx
+    Model_Events.cxx
 )
 
 ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS})