mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This library becomes a permanent interface that we would need to support in the long term, so we should get dylib names and APIs right. rdar://20418214 Swift SVN r26957
10 lines
196 B
CMake
10 lines
196 B
CMake
if(TARGET functionNameDemangle)
|
|
add_swift_unittest(FunctionNameDemangleTests
|
|
DemangleTest.cpp
|
|
)
|
|
|
|
target_link_libraries(FunctionNameDemangleTests
|
|
functionNameDemangle
|
|
)
|
|
endif()
|