# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # + + # + This file is part of enGrid. + # + + # + Copyright 2008-2014 enGits GmbH + # + + # + enGrid is free software: you can redistribute it and/or modify + # + it under the terms of the GNU General Public License as published by + # + the Free Software Foundation, either version 3 of the License, or + # + (at your option) any later version. + # + + # + enGrid is distributed in the hope that it will be useful, + # + but WITHOUT ANY WARRANTY; without even the implied warranty of + # + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # + GNU General Public License for more details. + # + + # + You should have received a copy of the GNU General Public License + # + along with enGrid. If not, see . + # + + # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTETLIBRARY") SET(libengrid_HEADERS blenderreader.h blenderwriter.h boundarycondition.h boundarylayeroperation.h boxselect.h cadinterface.h celllayeriterator.h cellneighbouriterator.h cgaltricadinterface.h cgnswriter.h checkerboardgraphiterator.h checkforoverlap.h checksurfaceintegrity.h containertricks.h correctsurfaceorientation.h createboundarylayershell.h createcadtesselation.h createhexcore.h createvolumemesh.h curve.h deletecells.h deletepickedcell.h deletepickedpoint.h deletestraynodes.h deletetetras.h deletevolumegrid.h dialoglineedit.h dialogoperation.h dolfynwriter.h edgelengthsource.h edgelengthsourcemanager.h eghashset.h egvtkinteractorstyle.h egvtkobject.h elements.h eliminatesmallbranches.h engrid.h engrid_version.h error.h facefinder.h filetemplate.h fixcadgeometry.h fixstl.h solverobject.h foamreader.h foamwriter.h geometrysmoother.h geometrytools.h globalnodegraphinterface.h gmshiooperation.h gmshreader.h gmshwriter.h gridsmoother.h guicreateboundarylayer.h guicreatehexcore.h guicreatesurfacemesh.h guicreatevolumemesh.h guideletebadaspecttris.h guidivideboundarylayer.h guiedgelengthsourcebox.h guiedgelengthsourcecone.h guiedgelengthsourcepipe.h guiedgelengthsourcesphere.h guieditboundaryconditions.h guiimproveaspectratio.h guimainwindow.h guimergevolumes.h guimirrormesh.h guinormalextrusion.h guipick.h guiselectboundarycodes.h guisetboundarycode.h guisettingstab.h guisettingsviewer.h guisurfacemesher.h guitransform.h guivolumedelegate.h guiypluscalculator.h insertpoints.h iooperation.h iterator.h laplacesmoother.h layeriterator.h localnodegraphinterface.h ../math/linsolve.h ../math/mathvector.h ../math/mathvector_methods.h ../math/mathvector_operators.h ../math/mathvector_structs.h ../math/smallsquarematrix.h mergenodes.h meshpartition.h meshqualityfaceorientation.h meshquality.h multipagewidget.h multipagewidgetpage.h multisolidasciistlreader.h neutralwriter.h nodelayeriterator.h octree.h openfoamcase.h solvertools.h operation.h optimisation.h optimisenormalvector.h padsurface.h physicalboundarycondition.h plywriter.h pointfinder.h polydatareader.h polyline.h polymesh.h polymolecule.h reducedpolydatareader.h reducesurfacetriangulation.h removepoints.h ruleedgelengthsource.h seedsimpleprismaticlayer.h seligairfoilreader.h setboundarycode.h showinfo.h simplefoamwriter.h smoothandswapsurface.h smoothingutilities.h snaptofeatures.h sortablevector.h statistics.h std_connections.h std_includes.h stitchholes.h stlreader.h stlwriter.h su2writer.h surfacealgorithm.h surfacemesher.h surfacemeshsmoother.h surfacenodemovementcheck.h surfaceoperation.h swaptriangles.h tetgenoperation.h text3d.h timer.h triangle.h triangularcadinterface.h tricoord.h tvtkoperation.h uniquevector.h updatedesiredmeshdensity.h updatesurfproj.h utilities.h vertexdelegate.h vertexmeshdensity.h volumedefinition.h vtkEgBoundaryCodesFilter.h vtkEgEliminateShortEdges.h vtkEgExtractVolumeCells.h vtkEgGridFilter.h vtkEgNormalExtrusion.h vtkEgPolyDataToUnstructuredGridFilter.h vtkreader.h xmlhandler.h guifillplane.h fillplane.h drnumwriter.h computemeshdensity.h converttopolymesh.h guicreatehexshell.h guiconverttopolymesh.h createhexibmesh.h guicreatehexibmesh.h restricttoavailablevolumecells.h ) SET(libengrid_FORMS guibooleangeometryoperation.ui guicreateboundarylayer.ui guicreatehexcore.ui guicreatesurfacemesh.ui guicreatevolumemesh.ui guideletebadaspecttris.ui guidivideboundarylayer.ui guiedgelengthsourcebox.ui guiedgelengthsourcecone.ui guiedgelengthsourcepipe.ui guiedgelengthsourcesphere.ui guieditboundaryconditions.ui guiimproveaspectratio.ui guimainwindow.ui guimergevolumes.ui guimirrormesh.ui guinormalextrusion.ui guipick.ui guiselectboundarycodes.ui guisetboundarycode.ui guisurfacemesher.ui guitransform.ui guifillplane.ui guicreatehexshell.ui guiconverttopolymesh.ui guicreatehexibmesh.ui guiypluscalculator.ui ) # QT4_WRAP_CPP(libengrid_HEADERS_MOC ${libengrid_HEADERS}) # QT4_WRAP_UI(libengrid_FORMS_HEADERS ${libengrid_FORMS}) # QT4_ADD_RESOURCES(libengrid_RESOURCES_RCC engrid.qrc) qt_wrap_cpp(libengrid_HEADERS_MOC ${libengrid_HEADERS}) qt_wrap_ui(libengrid_FORMS_HEADERS ${libengrid_FORMS}) qt_add_resources(libengrid_RESOURCES_RCC engrid.qrc) SET(libengrid_SOURCES ${libengrid_HEADERS} ${linengrid_HEADERS_MOC} blenderreader.cpp blenderwriter.cpp boundarycondition.cpp boundarylayeroperation.cpp boxselect.cpp cadinterface.cpp celllayeriterator.cpp cellneighbouriterator.cpp cgaltricadinterface.cpp cgnswriter.cpp checkforoverlap.cpp checksurfaceintegrity.cpp correctsurfaceorientation.cpp createboundarylayershell.cpp createcadtesselation.cpp createhexcore.cpp createvolumemesh.cpp curve.cpp deletecells.cpp deletepickedcell.cpp deletepickedpoint.cpp deletestraynodes.cpp deletetetras.cpp deletevolumegrid.cpp dialoglineedit.cpp dolfynwriter.cpp edgelengthsourcemanager.cpp egvtkinteractorstyle.cpp egvtkobject.cpp elements.cpp eliminatesmallbranches.cpp error.cpp facefinder.cpp filetemplate.cpp fixcadgeometry.cpp fixstl.cpp solverobject.cpp foamreader.cpp foamwriter.cpp geometrysmoother.cpp geometrytools.cpp gmshiooperation.cpp gmshreader.cpp gmshwriter.cpp gridsmoother.cpp guicreateboundarylayer.cpp guicreatehexcore.cpp guicreatesurfacemesh.cpp guicreatevolumemesh.cpp guideletebadaspecttris.cpp guidivideboundarylayer.cpp guiedgelengthsourcebox.cpp guiedgelengthsourcecone.cpp guiedgelengthsourcepipe.cpp guiedgelengthsourcesphere.cpp guieditboundaryconditions.cpp guiimproveaspectratio.cpp guimainwindow.cpp guimergevolumes.cpp guimirrormesh.cpp guinormalextrusion.cpp guipick.cpp guiselectboundarycodes.cpp guisetboundarycode.cpp guisettingstab.cpp guisettingsviewer.cpp guisurfacemesher.cpp guitransform.cpp guivolumedelegate.cpp guiypluscalculator.cpp insertpoints.cpp iooperation.cpp iterator.cpp laplacesmoother.cpp layeriterator.cpp mergenodes.cpp meshpartition.cpp meshquality.cpp meshqualityfaceorientation.cpp multipagewidget.cpp multipagewidgetpage.cpp multisolidasciistlreader.cpp neutralwriter.cpp nodelayeriterator.cpp octree.cpp openfoamcase.cpp solvertools.cpp operation.cpp optimisation.cpp optimisenormalvector.cpp padsurface.cpp physicalboundarycondition.cpp plywriter.cpp pointfinder.cpp polydatareader.cpp polyline.cpp polymesh.cpp polymolecule.cpp reducedpolydatareader.cpp reducesurfacetriangulation.cpp removepoints.cpp ruleedgelengthsource.cpp seedsimpleprismaticlayer.cpp seligairfoilreader.cpp setboundarycode.cpp showinfo.cpp simplefoamwriter.cpp smoothandswapsurface.cpp smoothingutilities.cpp snaptofeatures.cpp stitchholes.cpp stlreader.cpp stlwriter.cpp su2writer.cpp surfacealgorithm.cpp surfacemesher.cpp surfacemeshsmoother.cpp surfacenodemovementcheck.cpp surfaceoperation.cpp swaptriangles.cpp text3d.cpp tetgenoperation.cpp timer.cpp triangle.cpp triangularcadinterface.cpp tricoord.cpp updatedesiredmeshdensity.cpp updatesurfproj.cpp utilities.cpp vertexdelegate.cpp vertexmeshdensity.cpp volumedefinition.cpp vtkEgBoundaryCodesFilter.cxx vtkEgEliminateShortEdges.cxx vtkEgExtractVolumeCells.cxx vtkEgGridFilter.cxx vtkEgNormalExtrusion.cxx vtkEgPolyDataToUnstructuredGridFilter.cxx vtkreader.cpp xmlhandler.cpp guifillplane.cpp fillplane.cpp drnumwriter.cpp computemeshdensity.cpp converttopolymesh.cpp guicreatehexshell.cpp guiconverttopolymesh.cpp createhexibmesh.cpp guicreatehexibmesh.cpp restricttoavailablevolumecells.cpp ) ADD_LIBRARY(libengrid SHARED ${libengrid_SOURCES} ${libengrid_HEADERS_MOC} ${libengrid_FORMS_HEADERS} ${libengrid_RESOURCES_RCC}) if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") SET_TARGET_PROPERTIES(libengrid PROPERTIES MACOSX_RPATH 1) endif() SET_TARGET_PROPERTIES(libengrid PROPERTIES VERSION ${ENGRID_VERSION}) SET_TARGET_PROPERTIES(libengrid PROPERTIES COMPILE_FLAGS "-Wno-deprecated") if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") target_link_libraries(libengrid tet) target_link_libraries(libengrid ${QT_LIBRARIES}) target_link_libraries(libengrid ${VTK_LIBRARIES}) endif() target_link_libraries(libengrid ${VTK_LIBRARIES}) INSTALL(TARGETS libengrid LIBRARY DESTINATION lib${LIB_SUFFIX}) INSTALL(FILES ${libengrid_HEADERS} DESTINATION include/engrid)