Skip to content

Commit 45f5963

Browse files
committed
CMake: Add swiftSIL to swiftIRGen's INTERFACE target_link_libraries.
1 parent d6bff20 commit 45f5963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IRGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ add_swift_host_library(swiftIRGen STATIC
6767
transformutils
6868
)
6969
target_link_libraries(swiftIRGen INTERFACE
70+
swiftSIL
7071
clangCodeGen
7172
clangAST)
7273
target_link_libraries(swiftIRGen PRIVATE

0 commit comments

Comments
 (0)