mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
200 B
CMake
13 lines
200 B
CMake
add_swift_library(swiftDemangling STATIC
|
|
Demangler.cpp
|
|
Context.cpp
|
|
ManglingUtils.cpp
|
|
NodeDumper.cpp
|
|
NodePrinter.cpp
|
|
OldDemangler.cpp
|
|
OldRemangler.cpp
|
|
Punycode.cpp
|
|
Remangler.cpp
|
|
)
|
|
|