diff --git a/apps/unsupported/extractors/extractor/extractor.pro b/apps/unsupported/extractors/extractor/extractor.pro new file mode 100644 index 00000000..ce9ed325 --- /dev/null +++ b/apps/unsupported/extractors/extractor/extractor.pro @@ -0,0 +1,17 @@ +INCLUDEPATH += . ../../.. +CONFIG += console stl +TEMPLATE = app + +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += Definitions.h \ + Implicit.h \ + ImplicitSphere.h \ + SphereDifference.h \ + SphereUnion.h \ + Volume.h \ + Walker.h +SOURCES += main.cpp