llvm-6502/unittests/Transforms/DebugIR/CMakeLists.txt

10 lines
114 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
Instrumentation
Support
)
add_llvm_unittest(DebugIRTests
DebugIR.cpp
)