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