X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FCMakeLists.txt;h=a58b83a3930d37bd0a5ae03ad41c1f246dedf9a5;hb=658fccce59f75b0cfa7c3f3d45f1ffb295ed24be;hp=0c8d1dfefbf249979aa59176ad0c62cc2fc1ea83;hpb=08d66aa343010b7bea42a8c496e881338f6b7b46;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/CMakeLists.txt b/src/FeaturesPlugin/CMakeLists.txt index 0c8d1dfef..a58b83a39 100644 --- a/src/FeaturesPlugin/CMakeLists.txt +++ b/src/FeaturesPlugin/CMakeLists.txt @@ -26,7 +26,6 @@ SET(PROJECT_HEADERS FeaturesPlugin_RevolutionFuse.h FeaturesPlugin_ValidatorTransform.h FeaturesPlugin_Validators.h - FeaturesPlugin_Wire.h ) SET(PROJECT_SOURCES @@ -51,7 +50,6 @@ SET(PROJECT_SOURCES FeaturesPlugin_RevolutionFuse.cpp FeaturesPlugin_ValidatorTransform.cpp FeaturesPlugin_Validators.cpp - FeaturesPlugin_Wire.cpp ) SET(XML_RESOURCES @@ -70,7 +68,6 @@ SET(XML_RESOURCES placement_widget.xml intersection_widget.xml pipe_widget.xml - wire_widget.xml ) INCLUDE_DIRECTORIES( @@ -114,4 +111,5 @@ ADD_UNIT_TESTS(TestExtrusion.py TestMultiBoolean.py TestSerialBoolean.py TestGroup.py - TestIntersection.py) + TestIntersection.py + TestPipe.py)