examples/cohomology/CMakeLists.txt
author Camille Wormser <camille.wormser@normalesup.org>
Wed, 12 Aug 2009 21:32:38 -0700
branchdev
changeset 163 6cd50e622550
parent 157 700cbac5b23c
child 192 19d35448c7c7
permissions -rw-r--r--
explicitely converts a Dimension (short int) into a size_t, for removing a warning

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