Skip to content

Commit d6836f4

Browse files
authored
build: repair the CMake based build (#684)
Add the missing source file to the package to allow building with CMake again.
1 parent e4009c1 commit d6836f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/ArgumentParser/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ add_library(ArgumentParser
55
Completions/ZshCompletionsGenerator.swift
66

77
"Parsable Properties/Argument.swift"
8+
"Parsable Properties/ArgumentDiscussion.swift"
89
"Parsable Properties/ArgumentHelp.swift"
910
"Parsable Properties/ArgumentVisibility.swift"
1011
"Parsable Properties/CompletionKind.swift"

0 commit comments

Comments
 (0)