Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / unittests / MC / SystemZ / CMakeLists.txt
blob3b7af4a3bbea3ce1f19e779d03ac6a36d3b78646
1 include_directories(
2   ${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ
3   )
5 set(LLVM_LINK_COMPONENTS
6   SystemZ
7   MCParser
8   MC
9   Support
10   TargetParser
11   )
13 add_llvm_unittest(SystemZAsmLexerTests
14   SystemZAsmLexerTest.cpp
15   )