Skip to content
Snippets Groups Projects
Commit 7cc66f34 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Shorten paraview plugins file paths

parent 32773b3c
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 5 deletions
......@@ -12,7 +12,7 @@ if( ParaView_FOUND AND USE_PARAVIEW )
include( ${PARAVIEW_USE_FILE} )
add_subdirectory( VatesAPI )
add_subdirectory( VatesAlgorithms )
add_subdirectory( ParaviewPlugins )
add_subdirectory( PVPlugins )
add_subdirectory( VatesSimpleGui )
else( ParaView_FOUND AND USE_PARAVIEW )
message( STATUS "Vates-Paraview plugins and widgets will not be built." )
......
......@@ -39,7 +39,7 @@ if ( (NOT APPLE) AND NonOrthogonalSourcePlugin_LOCATION)
install( FILES ${NonOrthogonalSourcePlugin_LOCATION} DESTINATION ${PVPLUGINS_DIR}/${PVPLUGINS_SUBDIR} )
endif()
add_subdirectory( ParaViewFilters )
add_subdirectory( ParaViewReaders )
add_subdirectory( ParaViewSources )
add_subdirectory( ParaViewWidgets )
add_subdirectory( Filters )
add_subdirectory( Readers )
add_subdirectory( Sources )
add_subdirectory( Widgets )
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