aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-06 13:10:48 +0000
committersaturneric <[email protected]>2023-12-06 13:18:07 +0000
commita0f0fd98efa12ef33959badcc25ff568e8b242b4 (patch)
tree860563fdbfe353e57724b08c4eb30dc03d5f8a7d /third_party
parentfeat: convert basic opera to async style (diff)
downloadGpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.tar.gz
GpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.zip
feat: move test to src and add submodule googletest
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt5
m---------third_party/googletest0
2 files changed, 4 insertions, 1 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 0fdc8a16..4ad901c2 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -31,4 +31,7 @@ add_subdirectory(json EXCLUDE_FROM_ALL)
add_subdirectory(spdlog EXCLUDE_FROM_ALL)
set(MI_SECURE ON)
-add_subdirectory(mimalloc EXCLUDE_FROM_ALL) \ No newline at end of file
+add_subdirectory(mimalloc EXCLUDE_FROM_ALL)
+
+set(INSTALL_GTEST OFF)
+add_subdirectory(googletest EXCLUDE_FROM_ALL) \ No newline at end of file
diff --git a/third_party/googletest b/third_party/googletest
new file mode 160000
+Subproject b3a9ba2b8e975550799838332803d468797ae2e