Skip to content
Snippets Groups Projects
Verified Commit 75a70533 authored by Lars Bilke's avatar Lars Bilke
Browse files

Add vtkFiltersParallel as dependency, RemoveGhostNodes is build with GUI.

parent 123a537a
No related branches found
No related tags found
No related merge requests found
...@@ -14,13 +14,20 @@ set(TOOLS ...@@ -14,13 +14,20 @@ set(TOOLS
moveMeshNodes moveMeshNodes
NodeReordering NodeReordering
queryMesh queryMesh
RemoveGhostNodes
removeMeshElements removeMeshElements
ResetPropertiesInPolygonalRegion ResetPropertiesInPolygonalRegion
reviseMesh reviseMesh
swapNodeCoordinateAxes swapNodeCoordinateAxes
UnityPreprocessing UnityPreprocessing
Vtu2Grid) Vtu2Grid)
if(OGS_BUILD_GUI)
add_executable(RemoveGhostNodes
RemoveGhostNodes.cpp
vtkCleanUnstructuredGrid.cpp)
target_link_libraries(RemoveGhostNodes GitInfoLib MeshLib)
set_target_properties(RemoveGhostNodes PROPERTIES FOLDER Utilities)
install(TARGETS RemoveGhostNodes RUNTIME DESTINATION bin COMPONENT Utilities)
endif()
foreach(TOOL ${TOOLS}) foreach(TOOL ${TOOLS})
add_executable(${TOOL} ${TOOL}.cpp) add_executable(${TOOL} ${TOOL}.cpp)
target_link_libraries(${TOOL} GitInfoLib MeshLib) target_link_libraries(${TOOL} GitInfoLib MeshLib)
......
...@@ -61,7 +61,7 @@ if(OGS_BUILD_GUI) ...@@ -61,7 +61,7 @@ if(OGS_BUILD_GUI)
vtkIOImage vtkIOLegacy vtkIOExport vtkIOExportPDF vtkIOImage vtkIOLegacy vtkIOExport vtkIOExportPDF
vtkIOExportOpenGL2 vtkInteractionStyle vtkInteractionWidgets vtkIOExportOpenGL2 vtkInteractionStyle vtkInteractionWidgets
vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2 vtkGUISupportQt vtkRenderingOpenGL2 vtkRenderingContextOpenGL2
vtkFiltersTexture vtkRenderingCore vtkFiltersTexture vtkRenderingCore vtkFiltersParallel
) )
endif() endif()
if(OGS_USE_MPI) if(OGS_USE_MPI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment