examples/cohomology/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 05 Jun 2012 17:53:08 -0700
branchdev
changeset 258 bb5bc5eff779
parent 192 19d35448c7c7
permissions -rw-r--r--
Added viewer.show_complex_2D + center points in the persistence diagram

set                         (targets                        
                             rips-cohomology
                             rips-pairwise-cohomology
                             rips-explicit-cohomology
                             rips-weighted-cohomology
                             triangle-cohomology
                            )
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach                  (t ${targets})