project(medicalCPUDataCompose)

set(LIBRARIES
  ${OpenInventorMedical_LIBRARIES}
  ${VolumeViz_LIBRARIES}
  ${DialogViz_LIBRARIES}
  )

add_oiv_executable (${PROJECT_NAME} CPUDataCompose.cxx )
add_oiv_library(MedicalCPUDataCompositor SHARED MedicalCPUDataCompositor.cxx)

target_link_libraries(MedicalCPUDataCompositor ${LIBRARIES})
  
target_link_libraries (${PROJECT_NAME} MedicalCPUDataCompositor)

