From 34baa810b0f35330326d3592f8c0cadf161486b4 Mon Sep 17 00:00:00 2001 From: ZCWang <1627343141@qq.com> Date: Sat, 9 Mar 2024 14:23:19 +0800 Subject: [PATCH] add nvpro_core as submodule --- .gitmodules | 3 +++ 3rdparty/nvpro_core | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 3rdparty/nvpro_core diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af8eeca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rdparty/nvpro_core"] + path = 3rdparty/nvpro_core + url = https://github.com/nvpro-samples/nvpro_core.git diff --git a/3rdparty/nvpro_core b/3rdparty/nvpro_core new file mode 160000 index 0000000..e15f603 --- /dev/null +++ b/3rdparty/nvpro_core @@ -0,0 +1 @@ +Subproject commit e15f6038b54c39b4ad756c9e14a8354b56b4d82f