Skip to content

Commit 17daedd

Browse files
add LRUCache to CMakeLists
1 parent 30ac972 commit 17daedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SKUtilities/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(sources
22
Debouncer.swift
33
Dictionary+InitWithElementsKeyedBy.swift
44
LineTable.swift
5+
LRUCache.swift
56
)
67

78
add_library(SKUtilities STATIC ${sources})

0 commit comments

Comments
 (0)