xref: /llvm-project/llvm/lib/Transforms/HipStdPar/CMakeLists.txt (revision 0ce6255a50584863c2f462390cac6a63ccb5f136)
1add_llvm_component_library(LLVMHipStdPar
2  HipStdPar.cpp
3
4  ADDITIONAL_HEADER_DIRS
5  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/HipStdPar
6
7  DEPENDS
8  intrinsics_gen
9  LLVMAnalysis
10
11  COMPONENT_NAME
12  HipStdPar
13
14  LINK_COMPONENTS
15  Analysis
16  Core
17  Support
18  TransformUtils)
19