examples/poincare/CMakeLists.txt
author Christos Mantoulidis <cmad@stanford.edu>
Thu, 02 Jul 2009 15:42:44 -0700
branchdev
changeset 150 eb629d8f00bf
parent 100 884f70adc576
permissions -rw-r--r--
Added weighted rips code and libraries

set                         (targets                        
                             poincare)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries} ${Boost_PROGRAM_OPTIONS_LIBRARY})
endforeach                  (t ${targets})