if(WIN32)
  set(Anchor_SOURCES print.c Anchor.cxx)
else()
  set(Anchor_SOURCES Anchor.cxx)
endif()
add_oiv_executable(Anchor ${Anchor_SOURCES})
