From 0ff4b13607465f14a3cb92c3f290a4578e76d538 Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Tue, 4 Jun 2024 17:46:24 -0700 Subject: [PATCH] Update CMake for new file CommandGroup.swift --- Sources/ArgumentParser/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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"