Skip to content

Commit

Permalink
Merge pull request #347 from lorentey/update-cmake
Browse files Browse the repository at this point in the history
Update CMake configuration
  • Loading branch information
lorentey authored Dec 20, 2023
2 parents 0791ab9 + cdcf9e6 commit d029d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/DequeModule/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add_library(DequeModule
Deque+ExpressibleByArrayLiteral.swift
Deque+Extras.swift
Deque+Hashable.swift
Deque+Sendable.swift
Deque+Testing.swift
UnsafeMutableBufferPointer+Utilities.swift)
set_target_properties(DequeModule PROPERTIES
Expand Down
2 changes: 2 additions & 0 deletions Sources/OrderedCollections/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ add_library(OrderedCollections
"OrderedDictionary/OrderedDictionary+Partial MutableCollection.swift"
"OrderedDictionary/OrderedDictionary+Partial RangeReplaceableCollection.swift"
"OrderedDictionary/OrderedDictionary+Sequence.swift"
"OrderedDictionary/OrderedDictionary+Sendable.swift"
"OrderedDictionary/OrderedDictionary+Values.swift"
"OrderedDictionary/OrderedDictionary+Deprecations.swift"

Expand All @@ -54,6 +55,7 @@ add_library(OrderedCollections
"OrderedSet/OrderedSet+Partial SetAlgebra+Predicates.swift"
"OrderedSet/OrderedSet+RandomAccessCollection.swift"
"OrderedSet/OrderedSet+ReserveCapacity.swift"
"OrderedSet/OrderedSet+Sendable.swift"
"OrderedSet/OrderedSet+SubSequence.swift"
"OrderedSet/OrderedSet+Testing.swift"
"OrderedSet/OrderedSet+UnorderedView.swift"
Expand Down

0 comments on commit d029d9d

Please sign in to comment.