LIVE / thrust /dependencies /cub /cmake /CubInstallRules.cmake
Xu Ma
upload all files
28958dc
raw
history blame contribute delete
378 Bytes
# Thrust manages its own copy of these rules. Update ThrustInstallRules.cmake
# if modifying this file.
if (CUB_IN_THRUST)
return()
endif()
# CUB is a header library; no need to build anything before installing:
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY TRUE)
install(DIRECTORY "${CUB_SOURCE_DIR}/cub"
TYPE INCLUDE
FILES_MATCHING
PATTERN "*.cuh"
PATTERN "*.cmake"
)