mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
181 B
CMake
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
|
|
)
|
|
|