mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
216 B
CMake
9 lines
216 B
CMake
add_swift_library(swiftPrintAsObjC
|
|
PrintAsObjC.cpp
|
|
DEPENDS swiftAST)
|
|
|
|
# Clang dependencies.
|
|
# FIXME: Clang should really export these in some reasonable manner.
|
|
target_link_libraries(swiftPrintAsObjC
|
|
clangAST)
|