Files
swift-mirror/unittests/FunctionNameDemangle/CMakeLists.txt
Dmitri Hrybenko b9c87184ea Add an ABI-stable libfunctionNameDemangle library, which enables external
clients to use the Swift demangler without depending on compiler internals.


Swift SVN r14776
2014-03-07 09:32:39 +00:00

8 lines
144 B
CMake

add_swift_unittest(FunctionNameDemangleTests
DemangleTest.cpp
)
target_link_libraries(FunctionNameDemangleTests
functionNameDemangle
)