Skip to content
Snippets Groups Projects
Commit a88dba13 authored by Tom Fischer's avatar Tom Fischer
Browse files

[A/U/ME] Make the compilation of MapGeometryToSurface independent of the DataExplorer compilation.

parent c8376b44
No related branches found
No related tags found
No related merge requests found
...@@ -16,14 +16,14 @@ if(QT4_FOUND) ...@@ -16,14 +16,14 @@ if(QT4_FOUND)
ADD_VTK_DEPENDENCY(moveMeshNodes) ADD_VTK_DEPENDENCY(moveMeshNodes)
set_target_properties(moveMeshNodes PROPERTIES FOLDER Utilities) set_target_properties(moveMeshNodes PROPERTIES FOLDER Utilities)
add_executable(MapGeometryToMeshSurface
MapGeometryToMeshSurface.cpp )
target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
endif() # QT4_FOUND endif() # QT4_FOUND
add_executable(MapGeometryToMeshSurface
MapGeometryToMeshSurface.cpp )
target_link_libraries(MapGeometryToMeshSurface FileIO MeshGeoToolsLib)
ADD_VTK_DEPENDENCY(MapGeometryToMeshSurface)
set_target_properties(MapGeometryToMeshSurface PROPERTIES FOLDER Utilities)
add_executable(removeMeshElements removeMeshElements.cpp) add_executable(removeMeshElements removeMeshElements.cpp)
target_link_libraries(removeMeshElements FileIO) target_link_libraries(removeMeshElements FileIO)
ADD_VTK_DEPENDENCY(removeMeshElements) ADD_VTK_DEPENDENCY(removeMeshElements)
......
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