examples/cohomology/CMakeLists.txt
author Christos Mantoulidis <cmad@stanford.edu>
Tue, 28 Jul 2009 15:04:06 -0700
branchdev
changeset 155 1dde8a05fcd7
parent 116 5095771715ab
child 157 700cbac5b23c
permissions -rw-r--r--
Added rips-weighted-cohomology, and channeled WeightedRips logging to the same channel as Rips

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