examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 13 Aug 2009 13:16:15 -0700
branchdev
changeset 164 f7244460f21f
parent 100 884f70adc576
permissions -rw-r--r--
Consistency zigzag outputs intervals supported over a single complex

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