examples/cohomology/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 07 Jan 2010 10:27:18 -0800
branchdev
changeset 187 25e468323d77
parent 157 700cbac5b23c
child 192 19d35448c7c7
permissions -rw-r--r--
CohomologyPersistence::add returns the dying cocycle

set                         (targets                        
                             rips-cohomology
                             rips-pairwise-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})