5 lines
201 B
CMake
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) |