5 lines
99 B
CMake
5 lines
99 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(SwiftOnly Swift)
|
|
|
|
add_executable(SwiftOnly main.swift)
|