LIVE / thrust /dependencies /cub /cmake /CubInstallRules.cmake
Xu Ma
update
1c3c0d9
raw
history blame
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"
)