cmake_minimum_required(VERSION 3.3)
project(SwiftOnly Swift)

add_executable(SwiftOnly main.swift)