1 2 3 4
cmake_minimum_required(VERSION 3.3) project(SwiftOnly Swift) add_executable(SwiftOnly main.swift)