Cuckoo/Workspace.swift

8 lines
187 B
Swift

import ProjectDescription
let workspace = Workspace(
name: "Cuckoo",
projects: ["./", "./Generator"],
generationOptions: .options(autogeneratedWorkspaceSchemes: .disabled)
)