Skip to content

Commit 01f7c5b

Browse files
committed
[cmake] Make stdlib depend on the Json group info file.
1 parent 25674b7 commit 01f7c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ set(SWIFTLIB_ESSENTIAL
109109
Unmanaged.swift
110110
UnsafeBufferPointer.swift.gyb
111111
UnsafePointer.swift.gyb
112-
GroupInfo.json
113112
)
114113

115114
# The complete list of sources in the core standard library. Includes
@@ -189,6 +188,7 @@ add_swift_library(swiftCore SHARED IS_STDLIB IS_STDLIB_CORE
189188
FILE_DEPENDS
190189
copy_shim_headers "${SWIFTLIB_DIR}/shims"
191190
section_magic
191+
${GROUP_INFO_JSON_FILE}
192192
LINK_FLAGS ${swift_core_link_flags}
193193
PRIVATE_LINK_LIBRARIES ${swift_core_private_link_libraries}
194194
FRAMEWORK_DEPENDS ${swift_core_framework_depends}

0 commit comments

Comments
 (0)