forked from OSchip/llvm-project
22 lines
327 B
CMake
22 lines
327 B
CMake
add_llvm_component_library(LLVMFrontendOpenMP
|
|
OMP.cpp
|
|
OMPContext.cpp
|
|
OMPIRBuilder.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend/OpenMP
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
omp_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
Support
|
|
TransformUtils
|
|
Analysis
|
|
MC
|
|
Scalar
|
|
)
|