Files
swift-mirror/lib/Demangling/CMakeLists.txt
Erik Eckstein a408060754 Remove the old re-mangler.
NFC except the swift-demangle does not check for correct old-style re-mangling anymore.
2017-03-17 16:10:36 -07:00

12 lines
181 B
CMake

add_swift_library(swiftDemangling STATIC
Demangler.cpp
Context.cpp
ManglingUtils.cpp
NodeDumper.cpp
NodePrinter.cpp
OldDemangler.cpp
Punycode.cpp
Remangler.cpp
)