Skip to content

Commit d211961

Browse files
committed
Add Basics to target_link_libraries for PackageRegistry
1 parent 7ae6b50 commit d211961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/PackageRegistry/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ target_link_libraries(PackageRegistry PUBLIC
1212
TSCBasic
1313
PackageLoading
1414
PackageModel
15-
TSCUtility)
15+
TSCUtility
16+
Basics)
1617
# NOTE(compnerd) workaround for CMake not setting up include flags yet
1718
set_target_properties(PackageRegistry PROPERTIES
1819
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})

0 commit comments

Comments
 (0)