aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/InstPrinter/CMakeLists.txt
blob: 069c55ba948e37b968cfecd2f99a7dee31f5fc47 (plain)
1
2
3
4
5
6
7
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMR600AsmPrinter
  AMDGPUInstPrinter.cpp
  )

add_dependencies(LLVMR600AsmPrinter AMDGPUCommonTableGen)