examples/cohomology/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 25 Jul 2011 23:21:29 -0700
branchdev
changeset 244 66235db8d8b7
parent 192 19d35448c7c7
permissions -rw-r--r--
Added cohomology/candidates counter to i/t/cohomology-persistence.hpp

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})