Skip to content

Commit 1247a7d

Browse files
committed
add catch2 as submodule
1 parent 5759e8a commit 1247a7d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/Catch2"]
2+
path = external/Catch2
3+
url = https://github.com/catchorg/Catch2.git

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
"cmake.ctestArgs": [
44
"--verbose"
55
],
6-
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools",
76
}

external/Catch2

Submodule Catch2 added at 36fb856

0 commit comments

Comments
 (0)