examples/cohomology/CMakeLists.txt
author Mikael Vejdemo Johansson <mik@math.stanford.edu>
Tue, 23 Feb 2010 17:39:15 -0800
branchdev
changeset 204 7653574ff064
parent 192 19d35448c7c7
permissions -rw-r--r--
Andrew Yarmola's compilation fix for MacOSX.

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