add_oiv_executable(TestCustomLDMReader
 TestCustomLDMReader.cxx
)

add_oiv_library(CustomLDMReader SHARED
            CustomLDMReader.cxx)
copy_to_demo_dir(CustomLDMReader)

target_link_libraries(CustomLDMReader ${VolumeViz_LIBRARIES})

target_link_libraries(TestCustomLDMReader CustomLDMReader)
