Skip to content

Commit ca1a348

Browse files
committed
added WeakDictionary to CMakeLists
1 parent 721eb5a commit ca1a348

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/TSCBasic/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ add_library(TSCBasic
4848
TerminalController.swift
4949
Thread.swift
5050
Tuple.swift
51-
misc.swift)
51+
misc.swift
52+
WeakDictionary.swift)
53+
5254
target_compile_options(TSCBasic PUBLIC
5355
# Don't use GNU strerror_r on Android.
5456
"$<$<PLATFORM_ID:Android>:SHELL:-Xcc -U_GNU_SOURCE>"

0 commit comments

Comments
 (0)