Files
swift-mirror/lib/SwiftDemangle
Daniel Rodríguez Troitiño a184e9e6a9 [cmake] Install runtime swiftDemangle pieces.
In DLL environments (Windows) a library RUNTIME piece will be the
DLL itself (while the .lib will be the LIBRARY piece). Adding a RUNTIME
destination install swiftDemangle.dll correctly in its expected place.

This was avoiding some tests from running in the Windows CI machines. It
should also allow people use tools like swift-demangle.
2019-10-22 17:53:32 -07:00
..