We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0964a commit f390de5Copy full SHA for f390de5
Sources/PackageCollectionsModel/CMakeLists.txt
@@ -9,6 +9,8 @@
9
add_library(PackageCollectionsModel
10
PackageCollectionModel.swift
11
PackageCollectionModel+v1.swift)
12
+target_link_libraries(PackageCollectionsModel PUBLIC
13
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)
14
15
set_target_properties(PackageCollectionsModel PROPERTIES
16
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
0 commit comments