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

added header files to cmakelists again to ensure correct display in MSVS

parent 64b83a5f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ set(SOURCES
VisPrefsDialog.cpp
VisualizationWidget.cpp
VtkAddFilterDialog.cpp
VtkAlgorithmProperties.cpp
VtkAlgorithmPropertyCheckbox.cpp
VtkAlgorithmPropertyLineEdit.cpp
VtkAlgorithmPropertyVectorEdit.cpp
......@@ -24,6 +25,7 @@ set(SOURCES
VtkCompositePointToGlyphFilter.cpp
VtkCompositeTextureOnSurfaceFilter.cpp
VtkCompositeThresholdFilter.cpp
VtkConsoleOutputWindow.cpp
VtkFilterFactory.cpp
VtkGeoImageSource.cpp
VtkImageDataToLinePolyDataFilter.cpp
......@@ -40,8 +42,6 @@ set(SOURCES
VtkVisPipelineView.cpp
VtkVisPointSetItem.cpp
VtkVisTabWidget.cpp
VtkAlgorithmProperties.cpp
VtkConsoleOutputWindow.cpp
)
# Header files
......
......@@ -3,6 +3,10 @@ add_library(InSituLib
VtkMappedMesh.cpp
VtkMappedMeshSource.h
VtkMappedMeshSource.cpp
VtkMappedPropertyVectorTemplate.h
VtkMappedPropertyVectorTemplate-impl.h
VtkMeshNodalCoordinatesTemplate.h
VtkMeshNodalCoordinatesTemplate-impl.h
)
target_link_libraries(InSituLib INTERFACE MeshLib ${CATALYST_LIBRARIES})
......
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