mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-28 02:37:37 +00:00
182807a88f
Patch by: Singapuram Sanjay Reviewers: grosser, philip.pfaffe Reviewed By: philip.pfaffe Subscribers: pollydev, mgorny Tags: #polly Differential Revision: https://reviews.llvm.org/D33669 llvm-svn: 304818
6 lines
160 B
CMake
6 lines
160 B
CMake
if (CUDA_FOUND OR OpenCL_FOUND)
|
|
add_subdirectory(GPURuntime)
|
|
endif (CUDA_FOUND OR OpenCL_FOUND)
|
|
|
|
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
|