llvm-project/llvm/unittests/MC/SystemZ/CMakeLists.txt

15 lines
203 B
CMake

include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
)
set(LLVM_LINK_COMPONENTS
SystemZ
MCParser
MC
Support
)
add_llvm_unittest(SystemZAsmLexerTests
SystemZAsmLexerTest.cpp
)