Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / CMakeLists.txt
index fae97837133983c5becba00d974e53459c03f766..abad9811b1fcf26e6572523c8576ffaf6e8efe7f 100644 (file)
@@ -1,5 +1,3 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10)
-
 INCLUDE(Common)
 INCLUDE(FindCAS)
 
@@ -16,14 +14,14 @@ SET(PROJECT_HEADERS
 )
 
 SET(PROJECT_SOURCES
-    Model_Application.cxx
-    Model_Document.cxx
-    Model_PluginManager.cxx
-    Model_Data.cxx
-    Model_Iterator.cxx
-    Model_AttributeDouble.cxx
-    Model_AttributeDocRef.cxx
-    Model_Events.cxx
+    Model_Application.cpp
+    Model_Document.cpp
+    Model_PluginManager.cpp
+    Model_Data.cpp
+    Model_Iterator.cpp
+    Model_AttributeDouble.cpp
+    Model_AttributeDocRef.cpp
+    Model_Events.cpp
 )
 
 ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS})