examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 10 Sep 2010 21:21:27 -0700
branchdev
changeset 229 ed3905be234f
parent 100 884f70adc576
permissions -rw-r--r--
Fixed a typo in the documentation of SPNode.cycle

set                         (targets                        
                             cech-complex)
                             
foreach                     (t ${targets})
    add_executable          (${t} ${t}.cpp)
    target_link_libraries   (${t} ${libraries})
endforeach                  (t ${targets})