cmake_minimum_required(VERSION 3.2) project(swift_package) add_executable(swift_package swift_package.cc)