Commit e36cc5a1 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Updated Makefiles and installed TNL as a git submodule

parent a3dcfb91
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
[submodule "libs/spatial"]
	path = libs/spatial
	url = git://git.code.sf.net/p/spatial/code
[submodule "libs/tnl"]
	path = libs/tnl
	url = ../tnl-dev.git
+1 −3
Original line number Diff line number Diff line
@@ -121,9 +121,7 @@ endif


# append flags for TNL
# TODO: add TNL as a git submodule
#TNL_INCLUDE_DIRS := -I $(mkfile_path)/libs/tnl/src/ -I $(mkfile_path)/libs/tnl/src/3rdparty/
TNL_INCLUDE_DIRS := -I ~/.local/include
TNL_INCLUDE_DIRS := -I $(mkfile_path)/libs/tnl/src/ -I $(mkfile_path)/libs/tnl/src/3rdparty/
CPPFLAGS += $(TNL_INCLUDE_DIRS)
CUDA_CPPFLAGS += $(TNL_INCLUDE_DIRS) -DHAVE_CUDA

Original line number Diff line number Diff line
Subproject commit bc4c3e2f7e7d9ca3960037c272e4b5b11828fe6f
+12 −12

File changed.

Contains only whitespace changes.