Browse Source

CUDA include dirs

cl-refactor
Jan Willem Penterman 9 years ago
parent
commit
dce8ab9c06
  1. 4
      libethcore/CMakeLists.txt

4
libethcore/CMakeLists.txt

@ -10,6 +10,10 @@ if (CPUID_FOUND)
include_directories(${Cpuid_INCLUDE_DIRS})
endif ()
if (ETHASHCU)
include_directories(${CUDA_INCLUDE_DIRS})
endif ()
set(EXECUTABLE ethcore)
file(GLOB HEADERS "*.h")

Loading…
Cancel
Save