Moved lsfiltration.py into examples/pl-functions + added lscubes.py example (cubical lower-star filtration)
set (targets
triangle
triangle-zigzag)
set (libraries ${libraries} ${Boost_SERIALIZATION_LIBRARY})
foreach (t ${targets})
add_executable (${t} ${t}.cpp)
target_link_libraries (${t} ${libraries})
endforeach (t ${targets})