Skip to content

Commit 39f54bc

Browse files
committed
Use add_library for Swift ASTGen library
1 parent 8e66286 commit 39f54bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if (SWIFT_SWIFT_PARSER)
2-
add_swift_host_library(swiftASTGen STATIC
2+
add_library(swiftASTGen
33
Sources/ASTGen/ASTGen.swift
44
Sources/ASTGen/Decls.swift
55
Sources/ASTGen/Exprs.swift

0 commit comments

Comments
 (0)