llvm-mirror/unittests/DebugInfo/CMakeLists.txt
Alexey Samsonov 542f535116 Create a stub for DWARF parser unittests
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/.
Add a short unittest for r179095.

llvm-svn: 179678
2013-04-17 08:29:02 +00:00

14 lines
171 B
CMake

set(LLVM_LINK_COMPONENTS
debuginfo
object
support
)
set(DebugInfoSources
DWARFFormValueTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)