examples/cech-complex/CMakeLists.txt
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 03 Feb 2010 14:51:38 -0800
branchdev
changeset 195 8a6f3ef2c42d
parent 100 884f70adc576
permissions -rw-r--r--
Fixed the duplicates (degeneracy) and another assertion problem in LSVineyard

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