From f5ad5d4e1cde61700415ed3ed06ebc755210cdf0 Mon Sep 17 00:00:00 2001 From: Sergen Eren Date: Fri, 27 Dec 2019 15:43:10 +0300 Subject: [PATCH] add cuda_noise submodule --- .gitmodules | 3 +++ thirdparty/cuda-noise | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/cuda-noise diff --git a/.gitmodules b/.gitmodules index e69de29..805b1f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/cuda-noise"] + path = thirdparty/cuda-noise + url = https://github.com/sergeneren/cuda-noise diff --git a/thirdparty/cuda-noise b/thirdparty/cuda-noise new file mode 160000 index 0000000..6472161 --- /dev/null +++ b/thirdparty/cuda-noise @@ -0,0 +1 @@ +Subproject commit 6472161534add8a4d82953f110f65ac99f1b084f