Skip to content

Commit

Permalink
[CMake] Reduce the size of the _FoundationCollections module (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschonfeld authored Jul 8, 2024
1 parent 3e120b4 commit 3d2dc41
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ else()
add_subdirectory(Collections)
endif()

add_subdirectory(BitCollections)
add_subdirectory(DequeModule)
add_subdirectory(HashTreeCollections)
add_subdirectory(HeapModule)
if(NOT COLLECTIONS_FOUNDATION_TOOLCHAIN_MODULE)
add_subdirectory(BitCollections)
add_subdirectory(DequeModule)
add_subdirectory(HashTreeCollections)
add_subdirectory(HeapModule)
endif()
add_subdirectory(OrderedCollections)
add_subdirectory(RopeModule)
add_subdirectory(InternalCollectionsUtilities)

0 comments on commit 3d2dc41

Please sign in to comment.