This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihao-heavykeeper/HeavyKeeper/CMakeLists.txt
2022-11-13 10:59:38 +00:00

5 lines
201 B
CMake

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)