Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Update source list of priority queue implementation after apple#78
  • Loading branch information
compnerd committed Aug 18, 2021
1 parent 1eea663 commit 52f77c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/PriorityQueueModule/CMakeLists.txt
Expand Up @@ -8,10 +8,12 @@ See https://swift.org/LICENSE.txt for license information
#]]

add_library(PriorityQueueModule
_Node.swift
Heap.swift
Heap+ExpressibleByArrayLiteral.swift
Heap+Invariants.swift
Heap+OrderedViews.swift)
Heap+OrderedViews.swift
Heap+UnsafeHandle.swift)
set_target_properties(PriorityQueueModule PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

Expand Down

0 comments on commit 52f77c4

Please sign in to comment.