examples/cohomology/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 19 Aug 2009 12:01:47 -0700
branchdev
changeset 165 c3c3c53dfc08
parent 157 700cbac5b23c
child 192 19d35448c7c7
permissions -rw-r--r--
cocycle.py uses vertex list, and does not make any assumptions about the vertex-simplex order

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