aboutsummaryrefslogtreecommitdiff
path: root/lib/catch2
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-25 16:20:51 +0200
committerHampusM <hampus@hampusmat.com>2022-06-25 16:20:51 +0200
commit9c868601591b60cf066eb576e85b0dbf4e1fd7ae (patch)
treec04cefa9297000df530865d0662da4a858527385 /lib/catch2
parent696b97147c2e399be7a95cc5a983294eebc84ff0 (diff)
test: replace gtest with Catch2 & Trompeloeil
Diffstat (limited to 'lib/catch2')
-rw-r--r--lib/catch2/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/catch2/CMakeLists.txt b/lib/catch2/CMakeLists.txt
new file mode 100644
index 0000000..f9f75e4
--- /dev/null
+++ b/lib/catch2/CMakeLists.txt
@@ -0,0 +1,4 @@
+message(STATUS "Fetching Catch2...")
+
+FetchContent_MakeAvailable(catch2)
+