We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c8a6e commit b34e771Copy full SHA for b34e771
1 file changed
extensions/Shell.Adaptivity/CMakeLists.txt
@@ -13,8 +13,8 @@ set(HEADER_FILES
13
14
src/Shell/Adaptivity/controller/AdaptiveCuttingController.h
15
src/Shell/Adaptivity/controller/AdaptiveCuttingController.inl
16
- src/Shell/Adaptivity/controller/Test2DAdapter.h
17
- src/Shell/Adaptivity/controller/Test2DAdapter.inl
+ #src/Shell/Adaptivity/controller/Test2DAdapter.h
+ #src/Shell/Adaptivity/controller/Test2DAdapter.inl
18
19
src/Shell/Adaptivity/cutting/AdaptiveCutting.h
20
@@ -28,7 +28,7 @@ set(SOURCE_FILES
28
src/Shell/Adaptivity/init.cpp
29
30
src/Shell/Adaptivity/controller/AdaptiveCuttingController.cpp
31
- src/Shell/Adaptivity/controller/Test2DAdapter.cpp
+ #src/Shell/Adaptivity/controller/Test2DAdapter.cpp
32
33
src/Shell/Adaptivity/cutting/AdaptiveCutting.cpp
34
0 commit comments