Skip to content

Commit 7fd7e4f

Browse files
committed
[CMake Export swiftASTGen so the LLDB target can use it
1 parent 7478df0 commit 7fd7e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ASTGen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ if (SWIFT_SWIFT_PARSER)
3333
"${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR}/swift")
3434

3535
add_dependencies(swiftASTGen swiftAST)
36+
37+
set_property(GLOBAL APPEND PROPERTY SWIFT_EXPORTS swiftASTGen)
3638
endif()

0 commit comments

Comments
 (0)