brintos

brintos / llvm-project-archived public Read only

0
0
Text · 329 B · 40bbe1d Raw
19 lines · plain
1include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )2 3add_llvm_component_library(LLVMLanaiAsmParser4  LanaiAsmParser.cpp5 6  LINK_COMPONENTS7  CodeGenTypes8  LanaiDesc9  LanaiInfo10  MC11  MCParser12  Support13 14  ADD_TO_COMPONENT15  Lanai16  )17 18add_dependencies( LLVMLanaiAsmParser LanaiCommonTableGen )19