enable_language(Swift)
add_executable(E E.swift)
set_target_properties(E PROPERTIES
  WIN32_EXECUTABLE TRUE)
