From 52d0a843bacc31290f70888cd091e5891858c6c2 Mon Sep 17 00:00:00 2001 From: Dong-Sig Han Date: Fri, 14 Feb 2025 14:13:47 +0900 Subject: [PATCH] Update CMakeLists.txt: added Mutex.swift Recently, Utilities/Mutex.swift was created but omitted in CMakeLists.txt --- Sources/ArgumentParser/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/ArgumentParser/CMakeLists.txt b/Sources/ArgumentParser/CMakeLists.txt index b47f05ca2..4df32fb5f 100644 --- a/Sources/ArgumentParser/CMakeLists.txt +++ b/Sources/ArgumentParser/CMakeLists.txt @@ -43,6 +43,7 @@ add_library(ArgumentParser Usage/UsageGenerator.swift Utilities/CollectionExtensions.swift + Utilities/Mutex.swift Utilities/Platform.swift Utilities/SequenceExtensions.swift Utilities/StringExtensions.swift