Revision d603784a9784c362e1d7b1992f8e2ab1a8de1ce3 authored by Colin Vanden Heuvel on 16 May 2019, 19:01:25 UTC, committed by Colin Vanden Heuvel on 16 May 2019, 19:37:24 UTC
Tested successfully on FreeBSD 12.0 w/ LLVM based on 6.0.1

Requires FreeBSD ports devel/thrust or equivalent
1 parent b3ccc96
Raw File
.gitmodules
[submodule "src/chrono_thirdparty/googletest"]
	path = src/chrono_thirdparty/googletest
	url = https://github.com/google/googletest.git
[submodule "src/chrono_thirdparty/googlebenchmark"]
	path = src/chrono_thirdparty/googlebenchmark
	url = https://github.com/google/benchmark.git
back to top