diff --git a/.gitmodules b/.gitmodules index 010ab6b49d..9545bb624d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -42,3 +42,7 @@ url = ../amd_blobs update = none ignore = dirty +[submodule "3rdparty/cmocka"] + path = 3rdparty/cmocka + url = ../cmocka.git + update = none diff --git a/3rdparty/cmocka b/3rdparty/cmocka new file mode 160000 index 0000000000..672c5cee79 --- /dev/null +++ b/3rdparty/cmocka @@ -0,0 +1 @@ +Subproject commit 672c5cee79eb412025c3dd8b034e611c1f119055