Skip to content

Commit

Permalink
Fixup exodus and vdb thumbnailers (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jan 21, 2024
1 parent 3bc5b2d commit 50bf7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/exodus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ f3d_plugin_build(
VTK_MODULES IOExodus
MIMETYPE_XML_FILES "${CMAKE_CURRENT_SOURCE_DIR}/f3d-exodus-formats.xml"
CONFIGURATION_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/configs/config.d" "${CMAKE_CURRENT_SOURCE_DIR}/configs/thumbnail.d"
FREEDESKTOP
)
1 change: 1 addition & 0 deletions plugins/vdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ f3d_plugin_build(
VTK_MODULES IOOpenVDB
MIMETYPE_XML_FILES "${CMAKE_CURRENT_SOURCE_DIR}/f3d-vdb-formats.xml"
CONFIGURATION_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/configs/config.d" "${CMAKE_CURRENT_SOURCE_DIR}/configs/thumbnail.d"
FREEDESKTOP
)

0 comments on commit 50bf7fb

Please sign in to comment.