Files
swift-mirror/lib/PrintAsObjC/CMakeLists.txt
Dmitri Hrybenko 6670bb76ec Rewrite the CMake build system
Swift SVN r24124
2014-12-23 22:15:30 +00:00

10 lines
140 B
CMake

add_swift_library(swiftPrintAsObjC
PrintAsObjC.cpp
LINK_LIBRARIES
swiftIDE
swiftFrontend
swiftClangImporter
swiftAST)