Files
swift-mirror/lib/PrintAsObjC/CMakeLists.txt

9 lines
146 B
CMake

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