Skip to content

Commit

Permalink
Fixup header location
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Mar 2, 2024
1 parent 716b347 commit 0696ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VTKExtensions/public/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ vtk_module_scan(

# We need HEADERS_COMPONENT because of a bug in vtk_module_build in VTK <= 9.1
# See https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9192
# Installed as part of the plugin SDK
vtk_module_build(
MODULES ${modules}
INSTALL_EXPORT "f3dVTKExtensionsTargets"
INSTALL_HEADERS ON
HEADERS_COMPONENT plugin_sdk
HEADERS_EXCLUDE_FROM_ALL ON
HEADERS_DESTINATION "include/f3dPlugin"
TARGETS_COMPONENT vtkext
PACKAGE "f3dPlugin")

0 comments on commit 0696ecd

Please sign in to comment.