mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
fb4842ff95
Contributed by: Yabin Hu <yabin.hwu@gmail.com> llvm-svn: 158304
6 lines
134 B
CMake
6 lines
134 B
CMake
if (CUDALIB_FOUND)
|
|
add_subdirectory(GPURuntime)
|
|
endif (CUDALIB_FOUND)
|
|
|
|
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)
|