Files
swift-mirror/lib/PrintAsObjC/CMakeLists.txt
Jordan Rose 95461797aa Move -print-as-objc feature into a library.
No functionality change.

Swift SVN r13798
2014-02-12 01:19:09 +00:00

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)