cmake configure_file(WIN32) examples

martinrotter/rssguard CMakeLists.txt :306

configure_file(
  resources/rssguard.rc.in
  ${CMAKE_BINARY_DIR}/rssguard.rc
  NEWLINE_STYLE WIN32
)