/3rd_party/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt
CMake | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 543c7f533882cba9d7c4e99083a23c15 MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
1include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. ) 2 3add_llvm_library(LLVMPowerPCInfo 4 PowerPCTargetInfo.cpp 5 ) 6 7add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen)