
add_oiv_executable(
  customScreenDrawer
  customScreenDrawer.cxx
  )
  
add_oiv_library(customScreenDrawerNodes SHARED SoCustomPointScreenDrawer.cxx SoCustomRectangleScreenDrawer.cxx)

target_link_libraries(customScreenDrawer customScreenDrawerNodes ${DialogViz_LIBRARIES})
