From d504444785a510bc1e0af1dedfa952c2689537cc Mon Sep 17 00:00:00 2001 From: zhang zhihao Date: Sun, 13 Nov 2022 10:59:38 +0000 Subject: [PATCH] Upload New File --- HeavyKeeper/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HeavyKeeper/CMakeLists.txt diff --git a/HeavyKeeper/CMakeLists.txt b/HeavyKeeper/CMakeLists.txt new file mode 100644 index 0000000..eaca0d3 --- /dev/null +++ b/HeavyKeeper/CMakeLists.txt @@ -0,0 +1,5 @@ +add_executable(cmsketch cmsketch.cpp) +add_executable(CSS CSS.cpp) +add_executable(heavykeeper heavykeeper.cpp) +add_executable(LossyCounting LossyCounting.cpp) +add_executable(spacesaving spacesaving.cpp) \ No newline at end of file