GPU: added cuda includedir

This commit is contained in:
Christoph Junghans 2017-07-17 15:04:07 -06:00
parent 8bc3184611
commit 3c3baf34c4
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ endif()
if(ENABLE_GPU)
find_package(CUDA REQUIRED)
include_directories(${CUDA_TOOLKIT_INCLUDE})
set(GPU_SOURCES_DIR ${LAMMPS_SOURCE_DIR}/GPU)
set(GPU_SOURCES ${GPU_SOURCES_DIR}/gpu_extra.h)