Moved lsfiltration.py into examples/pl-functions + added lscubes.py example (cubical lower-star filtration)
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})