alphashapes2d can handle degenerate inputs (thanks to Taras Galkovskyi for the bug report and the fix)
set (targets
avida-distance
avida-rips-distance
#avida-landscape
)
foreach (t ${targets})
add_executable (${t} ${t}.cpp)
target_link_libraries (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach (t ${targets})