Commit 3c3baf34 authored by Christoph Junghans's avatar Christoph Junghans
Browse files

GPU: added cuda includedir

parent 8bc31846
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)