bolt/deps/llvm-18.1.8/llvm/unittests/MC/SystemZ/CMakeLists.txt

16 lines
218 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
)
set(LLVM_LINK_COMPONENTS
SystemZ
MCParser
MC
Support
TargetParser
)
add_llvm_unittest(SystemZAsmLexerTests
SystemZAsmLexerTest.cpp
)