/3rd_party/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt

https://code.google.com/p/softart/ · CMake · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 543c7f533882cba9d7c4e99083a23c15 MD5 · raw file

  1. include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
  2. add_llvm_library(LLVMPowerPCInfo
  3. PowerPCTargetInfo.cpp
  4. )
  5. add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen)