1include_directories( 2 ${LLVM_MAIN_SRC_DIR}/lib/Target/SystemZ 3 ) 4 5set(LLVM_LINK_COMPONENTS 6 SystemZ 7 MCParser 8 MC 9 Support 10 TargetParser 11 ) 12 13add_llvm_unittest(SystemZAsmLexerTests 14 SystemZAsmLexerTest.cpp 15 ) 16