llvm-6502/unittests/DebugInfo/CMakeLists.txt
2013-12-10 11:13:32 +00:00

12 lines
152 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfo
)
set(DebugInfoSources
DWARFFormValueTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)