Skip to content

Commit 9523aea

Browse files
committed
Use common library file naming scheme
1 parent 249a695 commit 9523aea

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

DVRTransferFunction/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ if(MV_UNITY_BUILD)
9393
set_target_properties(${DVRTRANSFERFUNCTION} PROPERTIES UNITY_BUILD ON)
9494
endif()
9595

96+
mv_handle_plugin_config(${DVRTRANSFERFUNCTION})
97+
9698
# -----------------------------------------------------------------------------
9799
# Target library linking
98100
# -----------------------------------------------------------------------------

DVRViewPlugin/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ if(MV_DRV_USE_FAISS)
121121
)
122122
endif()
123123

124+
mv_handle_plugin_config(${DVRVIEWPLUGIN})
125+
124126
# -----------------------------------------------------------------------------
125127
# Target Library Linking
126128
# -----------------------------------------------------------------------------

DVRVolumeData/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ if(MV_UNITY_BUILD)
8484
set_target_properties(${VOLUMEDATA} PROPERTIES UNITY_BUILD ON)
8585
endif()
8686

87+
mv_handle_plugin_config(${VOLUMEDATA})
88+
8789
# -----------------------------------------------------------------------------
8890
# Target library linking
8991
# -----------------------------------------------------------------------------

DVRVolumeLoader/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)