diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-21 19:56:25 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-21 19:56:25 -0500 |
| commit | d43ef1a1c0873b235a7e7ebcfb27a5f7d2b25303 (patch) | |
| tree | 803408bbdb09fcc4cb8adbf82c87c9a84aebb3f5 /test/CMakeLists.txt | |
| parent | 79bb6ab8c0c7b3ecc14926cd682224ca7c01f094 (diff) | |
checkpoint - memory overhual including tests
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt new file mode 100644 index 0000000..760756d --- /dev/null +++ b/test/CMakeLists.txt @@ -0,0 +1,9 @@ +include(FetchContent) +FetchContent_Declare( + googletest + URL https://github.com/google/googletest/archive/8d51dc50eb7e7698427fed81b85edad0e032112e.zip +) +FetchContent_MakeAvailable(googletest) + +add_subdirectory(memory) + |
