diff --git a/Sources/ArgumentParser/CMakeLists.txt b/Sources/ArgumentParser/CMakeLists.txt index 557873c78..220419beb 100644 --- a/Sources/ArgumentParser/CMakeLists.txt +++ b/Sources/ArgumentParser/CMakeLists.txt @@ -15,6 +15,7 @@ add_library(ArgumentParser "Parsable Properties/OptionGroup.swift" "Parsable Types/AsyncParsableCommand.swift" + "Parsable Types/CommandGroup.swift" "Parsable Types/CommandConfiguration.swift" "Parsable Types/EnumerableFlag.swift" "Parsable Types/ExpressibleByArgument.swift"