if(WIN32)
  set(FontStyle_SOURCES print.c FontStyle.cxx)
else()
  set(FontStyle_SOURCES FontStyle.cxx)
endif()
add_oiv_executable(FontStyle ${FontStyle_SOURCES})
