diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..55f3b3e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Test-C++/simple_type_erasure/nvwa-master"] + url = https://github.com/adah1972/nvwa.git + path = Test-C++/simple_type_erasure/nvwa-master +[submodule "c_cxx/cmcstl2"] + url = https://github.com/CaseyCarter/cmcstl2.git + path = c_cxx/cmcstl2