mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
168 B
CMake
10 lines
168 B
CMake
if(TARGET swiftDemangle)
|
|
add_swift_unittest(SwiftDemangleTests
|
|
DemangleTest.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftDemangleTests
|
|
swiftDemangle
|
|
)
|
|
endif()
|