Skip to content
Snippets Groups Projects
Commit b4d79182 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing core/Makefile.am to work without CUDA.

parent 913fc678
No related branches found
No related tags found
No related merge requests found
/usr/share/automake-1.11/COPYING
\ No newline at end of file
/usr/share/automake-1.11/INSTALL
\ No newline at end of file
File moved
......@@ -54,7 +54,6 @@ sources = tnlConfigDescription.cpp \
tnlString.cpp \
tnlConfigDescriptionScanner.cpp \
tnlConfigDescriptionParser.cpp \
tnlLongVectorCUDA.cu \
tnlParameterContainer.cpp \
tnlTimerCPU.cpp \
tnlTimerRT.cpp \
......@@ -65,7 +64,8 @@ sources = tnlConfigDescription.cpp \
parse.cc
if BUILD_CUDA
sources += tnl-cuda-kernels.cu
sources += tnlLongVectorCUDA.cu \
tnl-cuda-kernels.cu
endif
libmcoreincludedir = $(TNL_INCLUDE_DIR)/core
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment