]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Remove Angle from the list of classes a useless for the current moment.
authormpv <mpv@opencascade.com>
Wed, 18 Jan 2017 13:07:23 +0000 (16:07 +0300)
committermpv <mpv@opencascade.com>
Wed, 18 Jan 2017 13:07:43 +0000 (16:07 +0300)
src/GeomAPI/CMakeLists.txt

index 767eb4922715df0cbe9fafa352f414ed9983ca16..3332171b0ca1317d620fe2ad888a292deb926806 100644 (file)
@@ -36,7 +36,6 @@ SET(PROJECT_HEADERS
     GeomAPI_Ax2.h
     GeomAPI_Ax3.h
     GeomAPI_Trsf.h
-    GeomAPI_Angle.h
     GeomAPI_Angle2d.h
     GeomAPI_Wire.h
 )
@@ -71,7 +70,6 @@ SET(PROJECT_SOURCES
     GeomAPI_Ax3.cpp
     GeomAPI_IPresentable.cpp
     GeomAPI_Trsf.cpp
-    GeomAPI_Angle.cpp
     GeomAPI_Angle2d.cpp
     GeomAPI_Wire.cpp
 )