diff options
author | saturneric <[email protected]> | 2023-12-06 13:10:48 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-06 13:18:07 +0000 |
commit | a0f0fd98efa12ef33959badcc25ff568e8b242b4 (patch) | |
tree | 860563fdbfe353e57724b08c4eb30dc03d5f8a7d /third_party | |
parent | feat: convert basic opera to async style (diff) | |
download | GpgFrontend-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.txt | 5 | ||||
m--------- | third_party/googletest | 0 |
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 |