if(WIN32)
  set(InLine_SOURCES print.c InLine.cxx)
else()
  set(InLine_SOURCES InLine.cxx)
endif()
add_oiv_executable(InLine ${InLine_SOURCES})
