File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ if(MV_UNITY_BUILD)
9393 set_target_properties (${DVRTRANSFERFUNCTION} PROPERTIES UNITY_BUILD ON )
9494endif ()
9595
96+ mv_handle_plugin_config (${DVRTRANSFERFUNCTION} )
97+
9698# -----------------------------------------------------------------------------
9799# Target library linking
98100# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ if(MV_DRV_USE_FAISS)
121121 )
122122endif ()
123123
124+ mv_handle_plugin_config (${DVRVIEWPLUGIN} )
125+
124126# -----------------------------------------------------------------------------
125127# Target Library Linking
126128# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ if(MV_UNITY_BUILD)
8484 set_target_properties (${VOLUMEDATA} PROPERTIES UNITY_BUILD ON )
8585endif ()
8686
87+ mv_handle_plugin_config (${VOLUMEDATA} )
88+
8789# -----------------------------------------------------------------------------
8890# Target library linking
8991# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ add_custom_command(TARGET ${DVRVOLUMELOADER} POST_BUILD
6969 --prefix ${ManiVault_INSTALL_DIR} /$<CONFIGURATION>
7070)
7171
72+ mv_handle_plugin_config (${DVRVOLUMELOADER} )
73+
7274# -----------------------------------------------------------------------------
7375# Miscellaneous
7476# -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments